Bug #83230
closedPostUpload check returns false value to FE
100%
Description
The PHP post_max_size and upload_max_filesize checker tests correctly if post_max_size isn't smaller then upload_max_filesize, but then returns the value of post_max_size to frontend.
So correctly setting:
post_max_size 8M
upload_max_filesize 2M
Given result: "The maximum size for file uploads is actually set to 8M"
Expected result: "The maximum size for file uploads is actually set to 2M"
Setting upload_max_filesize to higher value then post_max_size results in an error status, which is correct.
Updated by Alexander Opitz almost 7 years ago
- Related to Bug #82006: Wrong interpretation of post_max_size and/or upload_max_filesize added
Updated by Gerrit Code Review almost 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54937
Updated by Gerrit Code Review almost 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54938
Updated by Gerrit Code Review almost 7 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54939
Updated by Alexander Opitz almost 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f7d482f30b724f8370ea51848afdb043ac7d9d23.