Skip to content

same post max size and uploads max size

Manuel Munz requested to merge same-max-size-post-and-uploads into master

When those values are different a warning is shown in TYPO3 environment checks:

Maximum size for POST requests is smaller than maximum upload filesize in PHP upload_max_filesize=515M post_max_size=512M You have defined a maximum size for file uploads in PHP which exceeds the allowed size for POST requests. Therefore the file uploads can also not be larger than 512M.

Merge request reports