have created multiple file upload scripts in the past... all work like a charm, always used with files less than a meg or two.
have a use for it now where the user requires upload of a 6-10mb file and we are running into problems with browser timeouts(for obvious reasons). We have the following in place in php code - set_time_limit(900) in apache conf - php_admin_value upload_max_filesize 20000000 - php_admin_value max_execution_time 900 still running into situations where the browser is timing out on files in the 8mb or higher range. Suspect this is happening on the client site since the 15min mark isn't anywhere close to being hit as the above permitions allow. browser timing out after 2-5 min. any solutions to this? recommendations? the desire is to avoid having to have the client upload via FTP software (learning curve issues) and just use the web interface. thanks Dave -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php