Thursday, June 19, 2014

php, upload, script time out




PHP, upload a large file
error message:
 script time out
In php.ini, change 30seconds to 300 seconds
max_execution_time=30
to
max_execution_time=3000
Restart Apache.

No comments:

Post a Comment