frankagrubisic / clients-oriented-ftp

Automatically exported from code.google.com/p/clients-oriented-ftp
0 stars 0 forks source link

Upload Time #285

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am attempting to upload a 96MB file. It took 45 minutes. 

Using PRTG Tools I was able to tell that it would upload a chunk then stop, 
wait ten minutes, then continue the upload. The entire file took 45 minutes to 
upload. 

Are there any settings for plupload?

I am using the latest version on godaddy linux hosting. 

Original issue reported on code.google.com by ericjenk...@gmail.com on 6 May 2013 at 2:48

GoogleCodeExporter commented 8 years ago
After some more testing, I have found out the following. When I am uploading 
files, The files upload for ten minutes and then stall. I uncommented Line 31 
of process-upload.php with no changes noted (recommented). I changed the 
$maxFileAge parameters o several different formulas with no changes noted. Max 
file size is 1024 on phpinfo and safe mode is off. before each change I 
restarted all web processes to ensure a clean connection every time. Each test 
is with a brand new file name to eliminate File name issues. Could this have to 
do with the $chunk variable? could the server see the $maxFileAge seconds as 
milliseconds? Hope this helps. I do need this to work. I like your setup, Very 
Professional. 

Original comment by ericjenk...@gmail.com on 6 May 2013 at 7:45

GoogleCodeExporter commented 8 years ago
Another update in my troubleshooting. Someone else is uploading a large file to 
the internet. While they are uploading my speed is cut in half. Now my file 
upload does not stall. The speed is not as good but it keeps going. 

Original comment by ericjenk...@gmail.com on 6 May 2013 at 8:04