How to increase the maximum upload file size in WordPress

Most of the time WordPress Default maximum upload file size 2 MB ,which is not enough for media files like (audio / video or a high quality pictures . in the post i will show you How to increase the maximum upload file size in WordPress.

Method 1 : via php.ini

If you have to access php.ini then you can easily set the limit . please login your cpanel then go to file manager and find php.ini then Edit the the following limitation :

upload_max_filesize = 64M

post_max_size = 64M

max_execution_time = 300

How to increase the maximum upload file size in WordPress

Or create a file with the name ‘php.ini’ in the directory where your WordPress site is installed & add the command :

(more…)

Continue ReadingHow to increase the maximum upload file size in WordPress