Upload Max File Size controls the maximum size of individual files that can be uploaded to your media library. Increase this to allow larger images, videos, or documents.
What this feature does
By default, WordPress is limited by PHP's upload_max_filesize setting, which is often 2-64MB depending on your server. If you try to upload a file larger than this limit, WordPress rejects it. For high-resolution images, videos, or large PDFs, this becomes a problem.
This setting lets you increase the PHP upload limit up to your server's maximum. You specify a size in megabytes (1-2048MB). AdminEase applies this via .htaccess and .user.ini files, making it effective site-wide.
Server limits still apply: You can only set this as high as your hosting provider allows. Check with your host about their maximum upload limits.
How to enable it
- Open AdminEase > Media.
- Enter your desired max file size in MB (e.g., 128 for 128MB).
- Save. AdminEase applies the setting immediately.
- Verify by going to Media > Add New and checking the file size limit shown.
Settings reference
| Setting | What it does | Default |
|---|---|---|
| Upload Max File Size | Maximum file size in MB for uploads. Range: 1-2048MB. Applies to PHP upload_max_filesize directive. Server limits may override this. | Server default (usually 2-64MB) |
Troubleshooting
I increased the limit, but uploads still fail at the old size
Check that you entered a number (not "128MB", just "128"). Also verify the setting saved in AdminEase > Media. If the setting is correct but uploads still fail, your server has a hard limit that AdminEase cannot override. Contact your hosting provider about increasing their upload limits.
The form says the limit is still low even after I changed it
Clear your browser cache completely. WordPress caches the upload limit message in the UI. Also try a different browser to rule out cache issues.
Can I upload unlimited files?
No. The maximum you can set is your server's limit, which is typically 1-2GB. Very large files may also hit execution time limits. For truly large uploads, consider using a dedicated file transfer service.
