I’m getting an “file.png exceeds the maximum upload size for this site” error. It’s saying the upload limit is 1MB when trying to upload an image that is 2.5M on WP 3.5. It is setup in multi-blog mode (if that matters).
I have set my php.ini file to 64M for post_max_size and upload_max_size, and it’s working for other (non WordPress) sites on my server. I have no idea where the 1MB limit is coming from. I don’t have a host, we run out own servers. Any ideas?
From phpinfo();
:
upload_max_filesize 64M 64M
post_max_size 65M 65M
That will matter a lot. you probably need to ask the super admin to change the upload setting for your site https://codex.wordpress.org/Network_Admin_Settings_Screen#Upload_Settings
this may help – add in .htacess