Inable to upload images larger that 1,000 bytes

Upload core product.
Post Reply
masterofpuppets
Posts: 3
Joined: Tue Jun 07, 2011 2:04 pm

Inable to upload images larger that 1,000 bytes

Post 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 :)
Last edited by masterofpuppets on Tue Jun 07, 2011 2:23 pm, edited 1 time in total.

masterofpuppets
Posts: 3
Joined: Tue Jun 07, 2011 2:04 pm

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

Post by masterofpuppets »

Btw. I am using HTTP and HTML

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

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

Post 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?

masterofpuppets
Posts: 3
Joined: Tue Jun 07, 2011 2:04 pm

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

Post 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?

Post Reply