| upload_max_filesize | 20M |
| post_max_size | 128M |
| max_execution_time | 90 seconds |
| max_input_time | 600 seconds |
| memory_limit | 64M |
| max_file_uploads | 20 |
Add this to your .htaccess file in the Dashboard directory:
php_value upload_max_filesize 50M php_value post_max_size 50M php_value max_execution_time 300 php_value max_input_time 300 php_value memory_limit 256M