Page 1 of 1

Inable to upload images larger that 1,000 bytes

Posted: Tue Jun 07, 2011 2:13 pm
by masterofpuppets
Hey all,

I just downloaded the JFileUpload applet for my server but I am having a small problem: I have successfully uploaded small files - up to 1000 bytes, but when I tried a slightly larger ones I got the following error:

Code: Select all

Upload started ...Upload failed : java.net.SocketException: Software caused connection abort: socket write error
I checked out similar posts in the forum but all of them are about really large files, and I only need to upload profile pictures for my website. The server is written in Java.

Have I missed something in the deployment process? Thanks :)

Re: Inable to upload images larger that 1,000 bytes

Posted: Tue Jun 07, 2011 2:22 pm
by masterofpuppets
Btw. I am using HTTP and HTML

Re: Inable to upload images larger that 1,000 bytes

Posted: Thu Jun 09, 2011 6:25 am
by support
1000 bytes is very low, it cannot be a memory issue. Do you have any firewall or proxy which could cut the connection?

Re: Inable to upload images larger that 1,000 bytes

Posted: Sat Jun 11, 2011 11:06 pm
by masterofpuppets
I disabled the firewall but still no luck, I am receiving the data but the image looks corrupted when I create it, maybe I'm reading the data wrong?