Showing posts with label Wordpress. Show all posts
Showing posts with label Wordpress. Show all posts

Thursday, 31 March 2016

Wordpress Max upload size

How to change the maximum upload size in WordPress?

Open .htaccess file in the root directory and add the following lines

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