-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
Description
Steps to reproduce the issue
Set the post_max_size and upload_max_filesize in PHP to 128M.
Set the maximum upload size in the Media Manager to 1M.
Use any extension with an upload field. The displayed limit is wrong (128M instead of 1M).
Uploading a 2M file fails.
Expected result
We should be told the limit is 1M.
Actual result
The displayed limit is wrong (128M instead of 1M).