| View previous topic :: View next topic |
| Author |
Message |
navc83
Joined: 17 Jul 2007 Posts: 7
|
Posted: Jun 28, 2008 1:30 pm Post subject: Uploading 120MB+ 'Upload Failed' |
|
|
I'm trying to upload a 700MB file, it keeps stopping around 80MB to 170MB.
I've got my own server with a hosting company but they said this:
'Although there isn't a set execution time, any given CGI or PHP process has the following hard limits applied to it: 120 seconds of CPU time / 100MB of RAM usages'
My upload stream is average 73 Kbytes/Sec. It seems to cut out around the 30minute to 40 minutes mark, i've tested it on other computers what ever the upload rate it always spends 20 - 38 minutes uploading before cutting out. I also tried the original script on another hosting company and i had the same problem there.
Link to test: http://www.njsolutions.co.uk/upload_form.html
Script Type: Xupload Pro (Purchased September)
OS: Vista & XP
Browser: IE7 and Firefox |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: Jun 30, 2008 6:29 am Post subject: |
|
|
| This also could be mod_security module upload filesize limitation. |
|
| Back to top |
|
 |
navc83
Joined: 17 Jul 2007 Posts: 7
|
Posted: Jun 30, 2008 8:20 am Post subject: |
|
|
would this mean i would need to include .htaccess file? If so, i did initially but still no luck so now i've been modifying the .htaccess file which now looks like this:
-------------------------------------------------------
<IfModule mod_security.c>
SetEnvIfNoCase Content-Type \
"^multipart/form-data;" "MODSEC_NOPOSTBUFFERING=Do not buffer file uploads"
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
<IfModule worker.c>
StartServers 2
MaxClients 300
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
MaxKeepAliveRequests 800
</IfModule>
<IfModule mod_gzip.c>
mod_gzip_on No
</IfModule>
----------------------------------------------------------- |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|