WordPress

You are here:
Estimated reading time: < 1 min

Increase the Maximum File Upload Size in WordPress

Add to .htaccess

php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 300

Source

Default htaccess

Source

Was this article helpful?
Dislike 0
Views: 72