You can change the maximum file upload and timeout settings in PHP:
upload_max_filesize = [SIZE] ;
post_max_size = [SIZE] ;
max_execution_time = [TIME] ;
For example, if you upload:
upload_max_filesize = 20M ;
post_max_size = 20M ;
max_execution_time = 60 ;
You would have a maximum file size of 20mb and it would be 60 seconds before the process timed out.
Article ID: 420
Created On: Mon, Mar 16, 2015 at 3:30 PM
Last Updated On: Thu, Apr 23, 2015 at 12:19 PM
Online URL: https://www.heartinternet.uk/support/article/can-i-change-the-maximum-file-upload-and-timeout-settings-for-php.html