Upload limit stuck at 2MB
-
1. Upload limit is stuck at 2MB
2. my PHP.ini file hasupload_max_filesize = 1024M
3. I’m running WP-Multisite, and the default is 1024000KB
4. The specific site I also edited to set 1024MB
5. In WP-Config I have set:define( 'WP_MEMORY_LIMIT', '512M' );
define( 'WP_MAX_MEMORY_LIMIT', '1024M' );
6. in my theme functions.php I have added:@ini_set( 'upload_max_size' , '1024M' );
@ini_set( 'post_max_size', '1024M');
@ini_set( 'max_execution_time', '300' );
7. Not shared hosting. Running standard VPS with CentOS.All of these do not work. It displays the limit is 2MB and sternly will not let me upload anything more. This is frustrating.
- The topic ‘Upload limit stuck at 2MB’ is closed to new replies.