Search found 3 matches
- 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->{...
- Oct 01, 2012 8:14 pm
- Forum: XFileSharing Free
- Topic: Upload failed on oversized files
- Replies: 4
- Views: 5936
- 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...