Page 1 of 1
Upload fails for file size >4GB
Posted: Wed Sep 10, 2008 10:16 am
by amrish_deep
I am trying to upload a file of size 4GB on to the server's partition which has got enough free space to accommodate the file and the connection to the server persists all the time. I could see the upload progress till 98% then the following exception occurs
java.net.SocketException: Connection reset by peer: socket write error.
Re: Upload fails for file size >4GB
Posted: Wed Sep 10, 2008 6:04 pm
by support
Remind me, you're HTTP for upload with ASPX on server-side ?
You're using HTTP PUT for upload. Are you using "chunksize" parameter ?
Also, which file system do you have on server ? NTFS or ?
Re: Upload fails for file size >4GB
Posted: Tue Sep 20, 2011 1:16 am
by jfuser
I have a similar problem when uploading a file larger than 4GB (FTP mode). File received properly but JFileUpload indicates "Completing Upload" and hangs. No errors reported or displayed.
Re: Upload fails for file size >4GB
Posted: Thu Sep 22, 2011 6:08 pm
by support
Are you able to upload the same file with a regular FTP client such as FileZilla?