Fix “Exceeds The Maximum Upload Size For This Site”

  • Exceeds The Maximum Upload Size For This Site

Exceeds The Maximum Upload Size For This Site

I’ve encountered and fixed the “Exceeds The Maximum Upload Size For This Site” error numerous times on different sites. In fact, I’ve even managed to help a few people sort this issue out on their own sites as well. Just to provide you with a bit of relief, this error usually has a simple solution, which I’ll get to in a moment. But first, let me explain what this error means.

What Is The “Exceeds The Maximum Upload Size For This Site” Error?

The “Exceeds The Maximum Upload Size For This Site” simply means that whatever you were uploading to your website could not be uploaded because the file size was too big. Most WordPress users will discover this error when they try to upload an image for one of their posts, or when they try to upload a premium theme they purchased on another website.

“Exceeds The Maximum Upload Size For This Site” Error Causes Solutions

Cause #1: Your Web Host Is Limiting The Maximum File Size

This is almost always the case with free web hosts and it’s a cause that most other websites do not bother mentioning. Usually, free hosts limit the file size to prevent their free users from uploading large files. Why do they do this? Well, the answer is in the solution.

Solution #1: Upgrade Your Web Hosting Package

Yeah, they do this so that you need to upgrade your hosting package to a paid version if you ever want to upload a file larger than 2 MB. You can try circumventing their limitations, although a simpler solution would be to contact your web host to see if they increase the file size for you without upgrading your web hosting package.

Cause #2: Your Php.ini’s Maximum File Size Is Too Low

If the first cause wasn’t the issue, then this most likely is. This is the cause that website’s such as Seedprod will mention as it’s one of the most common causes of this issue when the problem isn’t with your hosting package.

Solution #2: Increase Your Maximum File Size

Just locate your php.ini file and the values in the “upload_max_filesize” and “post_max_size” lines of code.