Image Upload “exceeds the maximum upload size for this site”, but php.ini is correct

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?

Read More

From phpinfo(); :

upload_max_filesize     64M     64M
post_max_size           65M     65M

Related posts

Leave a Reply

2 comments