i've tried upload a file, large one... about 100Mb
it never shows the upload progress.. it say:
Please wait... then after a while it shows Transfer Complete
so.. there got to be something to be modified to make it work perfectly
tired it on my website, EZYfiles.net, up250.com.... the same problem with IE and FireFox
[EDIT] the file is still getting uploaded.. but the progress is not showing.
Thanks
XFileSharing Pro - [ERROR-2] -> Transfer Complete
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
I'm having this same issue with my users. They are complaining of files larger then 100mb of it doing this samething. Skipping the progress bar and going straight to saying file uploaded.
Now I'm not having this issue when I test it on Free Member or Premium account levels but everyone else seems to be.
I've had this issue reported to me by 4 members today alone. 2 are premium 500mb max and 2 are free members 200mb max. Issue involves both firefox and IE.
Now I'm not having this issue when I test it on Free Member or Premium account levels but everyone else seems to be.
I've had this issue reported to me by 4 members today alone. 2 are premium 500mb max and 2 are free members 200mb max. Issue involves both firefox and IE.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Just tested 140Mb file on up250.com - works just fine. Interesting.
Only can recommend this quick hack: in upload_status.cgi replace
with
This message shows when no flength file exist for 5 seconds now. This could happen when request with upload slows down somehow - maybe browser caching it or something.
Hack will increase "Transfer Complete" timeout to 15 seconds.
Only can recommend this quick hack: in upload_status.cgi replace
Code: Select all
for(1..5)
Code: Select all
for(1..15)
Hack will increase "Transfer Complete" timeout to 15 seconds.
I made suggested change. 7 different friends try files over 100mbs and all got the same issue. Said file transfer complete within 15 seconds. No upload progress bar no file in their accounts.
I've now tested it myself and i no longer can upload 100+mb files on my own server but have no issues doing it on up250.com
I've now tested it myself and i no longer can upload 100+mb files on my own server but have no issues doing it on up250.com
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
13. If you get message "Upload Complete" when trying to upload files over 128Mb, but with small files it's ok, change limit in your mod_security configuration file (usually modsec2.conf):
Code:
I had to add this whole line in as it was missing and restart only apache. Worked perfectly.
Code:
Code: Select all
SecRequestBodyLimit 1342177280