📤 PHP Upload Configuration

Current Settings

upload_max_filesize20M
post_max_size128M
max_execution_time90 seconds
max_input_time600 seconds
memory_limit64M
max_file_uploads20

Recommended for 9MB File

How to Fix:

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