How to increase the maximum upload file size in WordPress? Print

  • 0

Sir,

It is not a server issue.

1. You can set the below code in php.ini file on Wordpress directory like cpanel > file manager > public_html.

upload_max_filesize = 100M
post_max_size = 512M
memory_limit = 512M

See screenshot:

or, 2. You can follow the options below and you will get all codes online.

  1. Update .htaccess File
  2. Edit functions.php File
  3. Create or Edit php.ini File
  4. Increase Upload Size in Multisite
  5. Modify wp-config.php File
  6. Big file upload plugin

 

 


Was this answer helpful?

« Back