From: Peter S. <sn...@gm...> - 2008-11-19 08:10:14
|
Hello Everyone, I'm having a problem creating an app for a client who will need to upload very large files, around 1GB. I'm running into problems though with the upload. In an effort to rule out problems, I've boosted all the normal suspects to absurd levels (see below), but am still getting problems. If I just watch the uploads in the temp dir I can see that the server is receiving the uploads correctly, but for some reason the upload stops at around 40 - 50 MB each time. The browser will putter on for a while and then say that the server has timed out. Does anyone have any other ideas for possible problems? I've tried this on two different servers (clients and my staging one), with no luck. Any hints anyone could provide would be greatly appreciated. Thanks! Sincerely, Pete Snyder ----- .htaccess file php_value memory_limit 2G php_value post_max_size 2G php_value upload_max_filesize 2G php_value max_input_time 144000 php_value max_execution_time 144000 |