April 14

WordPress: Increase the file upload limit

In /etc/php.ini search for:
post_max_size = 8M
upload_max_filesize = 2M

Change to the needed size and save.


If the above does not work try adding the following to the .htaccess file in the root WordPress directory:

<IfModule mod_php5.c>
php_value upload_max_filesize 10M
php_value post_max_size 10M
</IfModule>


Copyright 2021. All rights reserved.

Posted April 14, 2015 by Timothy Conrad in category "Websites

About the Author

If I were to describe myself with one word it would be, creative. I am interested in almost everything which keeps me rather busy. Here you will find some of my technical musings. Securely email me using - PGP: 4CB8 91EB 0C0A A530 3BE9 6D76 B076 96F1 6135 0A1B