One way would be to edit your site’s .htaccess file and add the following:
1 2 3 4 5 |
php_value upload_max_filesize 64M php_value post_max_size 64M php_value max_execution_time 300 php_value max_input_time 300 |
Now you can upload files which are at most 64MB.