[Feature Request]: Match post_max_size to upload_max_filesize #362
Replies: 7 comments
-
I’d love that. My CMS complains about the maximum upload size being 8M. The culprit is |
Beta Was this translation helpful? Give feedback.
-
Yes, agree, this needs to be done as it seems changing it in the php.ini doesn't seem to fix it for me. 😓 |
Beta Was this translation helpful? Give feedback.
-
Changing |
Beta Was this translation helpful? Give feedback.
-
AFAIK the post_max_size should be at least 30% more than the upload_max_filesize because of the base64 encoding of the binary image file. I don't see the point of a box that allows changing of one and not the other as the user still needs to edit the php.ini file. Either add post_max_size to the settings page or remove the upload size. |
Beta Was this translation helpful? Give feedback.
-
I changed these variables in all Could we also access |
Beta Was this translation helpful? Give feedback.
-
i got this error now with php 8.3, add |
Beta Was this translation helpful? Give feedback.
-
Adding |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Description
I have used Max File Upload Size feature to set my desired upload size, however, WordPress in Site Health, tells me that the
post_max_size
is less thanupload_max_filesize
.Maybe, setting Max File Upload Size (
upload_max_filesize
) can also overide thepost_max_size
to match the value.Is this feature valuable for other users as well and why?
No response
Beta Was this translation helpful? Give feedback.
All reactions