Search found 3 matches

by fg
Oct 02, 2012 2:05 am
Forum: XFileSharing Free
Topic: Upload failed on oversized files
Replies: 4
Views: 5936

As nothing interesting popped up, I dived in and found a way to handle correctly these errors. During the upload process, when the soft is checking for file content length, I added a condition if length is negative, go into error. In file upload.cgi, line 53 if($ENV{'CONTENT_LENGTH'} > 1048576*$c->{...
by fg
Oct 01, 2012 8:14 pm
Forum: XFileSharing Free
Topic: Upload failed on oversized files
Replies: 4
Views: 5936

Yes.. found this also, it matches my finding about the behaviour. The thing is when one client is doing that and stays on the "upload pending screen", for exemple, firefox keep on requesting update very fast and this is eating 40% of a CPU/core on the server. 10 clients like this and one s...
by fg
Oct 01, 2012 3:54 am
Forum: XFileSharing Free
Topic: Upload failed on oversized files
Replies: 4
Views: 5936

Upload failed on oversized files

When I try to upload DVD size file, it get stuck on the upload pending screen. But I have the following error, in the apache logs : [error] [client 192.168.123.1] Invalid Content-Length, referer: https://websitename/ [error] [client 192.168.123.1] (-3)Unknown error 18446744073709551613: Error readin...