http timeout
Posted: Tue Jun 29, 2010 10:34 am
I'm having trouble uploading larger files to my server via POST. 15mb is the current maximum but I'm trying to push it as far as I can, maybe to about 50mb+, the file in question is 20mb but I'm getting a HTTP error on completion and I'm not sure where the error message is being generated either.
In my php.ini file I have set:
MAX_POST_SIZE to 120mb for testing purposes -> The file is much smaller
MAX_INPUT_TIME to 1200 seconds -> The transfer takes less time than this
MAX_EXECUTION_TIME to 900 seconds
UPLOAD_MAX_FILESIZE to 80mb
I've heard that http timeouts occur on default after roughly 5 minutes usually? I have no idea how to change that value! Any ideas, suggestions would be most appreciated.
In my php.ini file I have set:
MAX_POST_SIZE to 120mb for testing purposes -> The file is much smaller
MAX_INPUT_TIME to 1200 seconds -> The transfer takes less time than this
MAX_EXECUTION_TIME to 900 seconds
UPLOAD_MAX_FILESIZE to 80mb
I've heard that http timeouts occur on default after roughly 5 minutes usually? I have no idea how to change that value! Any ideas, suggestions would be most appreciated.