The properties that you have to change are: (php.ini)
upload_max_filesize 20M
post_max_size 20M
And the timeout duration you have to change it as well:
max_input_time 300 (this is around 5 minutes)
max_execution_time 300
You can look these changes in your phpinfo file or you can create one coding:
echo phpinfo();
No comments:
Post a Comment