Hi
I have an upload file script which use to work fine. Old server crashed, now it's on a new server. The script works fine with small files, but just doesn't load after submit with large (20meg) files. It timed out after 4 minutes, still higher than the default server value. The script settings are enforced by a .htaccess, see below for some settings.
PHP4
max_execution_time: 12860
max_input_time: 12860
post_max_size: 55M
upload_max_filesize: 52M
Is there something I am over looking? Perhaps you have some troubleshooting advice? Thanks for any help.