[wp-trac] [WordPress Trac] #50038: Check for `file_uploads` in Site Health
WordPress Trac
noreply at wordpress.org
Sun May 17 07:25:58 UTC 2020
#50038: Check for `file_uploads` in Site Health
--------------------------+---------------------
Reporter: dd32 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 5.5
Component: Site Health | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
--------------------------+---------------------
Comment (by JavierCasares):
Great @ayeshrajans
A suggestion... usually people wants to uploads big files... so, if
upload_max_filesize is greater than post_max_size, should we notify
something like "if you want to upload files up to ''upload_max_filesize''
(whatever the size is) you should update post_max_size to
''upload_max_filesize'' (the value).
For example:
- upload_max_filesize = 2G
- post_max_size = 8M
If you want to upload files up to 2G you should change {{{post_max_size}}}
to {{{2G}}}.
Or something like that. This maybe at the Status tab.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/50038#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list