I'm running the free version 2.6 on an Apache server.
I can upload files smaller than 250K with both IE and Firefox. With Firefox I've uploaded a 4.9Mb file with no problem. But IE stops with files larger than 250K, all progress stops and then the 15 second timeout fires.
The Apache error log is:
[Mon Aug 6 20:39:58 2007] upload.cgi: CGI.pm: Server closed socket during multipart read (client aborted?).
Any suggestions for places to look to fix this?
XUpload - IE uploads fail on files over 250K. Firefox succeeds
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
It does stop at (apparently) the same time.
But -- it does NOT stop when using Firefox, so it would seem that it can't be a server configuration, unless it is IE specific. By the way, it is stopping after about 5 seconds runtime.
When I look at the source for the popup I see that it is stopping after 160Kb have loaded although I have successfully uploaded files up to 220K.
But -- it does NOT stop when using Firefox, so it would seem that it can't be a server configuration, unless it is IE specific. By the way, it is stopping after about 5 seconds runtime.
When I look at the source for the popup I see that it is stopping after 160Kb have loaded although I have successfully uploaded files up to 220K.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
I have not tried uploading to the demo site from the same computer/network.
I am at work right now and can upload to both the demo site and to my site without any problems. So it looks like there may be something funky with IE and the other network that does not affect Firefox.
This is going to be lovely to track down.
Thanks
I am at work right now and can upload to both the demo site and to my site without any problems. So it looks like there may be something funky with IE and the other network that does not affect Firefox.
This is going to be lovely to track down.
Thanks
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Update CGI.pm : in SSH bash enter "perl -MCPAN -e shell" then "install CGI" or simply copy CGI.pm file and CGI dir to XUpload folder from this location:
http://search.cpan.org/src/LDS/CGI.pm-3.29/
I hope this will help.
http://search.cpan.org/src/LDS/CGI.pm-3.29/
I hope this will help.