How to Increase the Maximum File Upload Size in WordPress

July 6, 2021 . 1 MIN READ

Resolved.

Perhaps this is only for Multisite instances of WordPress, I still have all of the above factors in play: php.ini, .htaccess and wp-config.php but I also went into the root site as the super-admin user.

  1. Get to the Network Admin page. In WordPress 3.1 this link is found on the top right of the admin screens. It toggles between Site admin and network admin.
  2. Click on “Settings” in the admin panel on the left hand side of the screen.
  3. Near the bottom of this page is a section called “Upload Settings”. Find it.
  4. There is a field for “Max Upload File Size”. The units are KB.
  5. Convert your intended file size into KB. (100MB = 100 * 1024 * 1024KB = 104857600KB)
  6. save changes at the bottom and test for sanity.

https://wordpress.org/support/topic/changing-file-upload-limits

http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/

Leave a Reply

Your email address will not be published. Required fields are marked *