[!!!][TASK] Remove TYPO3 Upload Limit
TYPO3 has a specific upload limit, that is set to 10MB by default, but could be lower if PHP settings are not correct. This patch removes all file upload limit restrictions while keeping TYPO3 in line with PHP settings as all proper methods are already used to detect the maximum upload file size. Resolves: #71110 Releases: master Change-Id: I74e2e563904a5cfe5c3570e77ece86280761370b Reviewed-on: https://review.typo3.org/43806 Reviewed-by:Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Classes/Utility/GeneralUtility.php 3 additions, 10 deletionstypo3/sysext/core/Classes/Utility/GeneralUtility.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 0 additions, 1 deletiontypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-71110-TYPO3-specificUploadLimitRemoved.rst 18 additions, 0 deletions...aster/Breaking-71110-TYPO3-specificUploadLimitRemoved.rst
- typo3/sysext/frontend/Configuration/TCA/fe_users.php 0 additions, 1 deletiontypo3/sysext/frontend/Configuration/TCA/fe_users.php
- typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files/Configuration/TCA/tx_impexpgroupfiles_item.php 0 additions, 4 deletions...roup_files/Configuration/TCA/tx_impexpgroupfiles_item.php
- typo3/sysext/install/Classes/Service/SilentConfigurationUpgradeService.php 2 additions, 0 deletions...all/Classes/Service/SilentConfigurationUpgradeService.php
- typo3/sysext/install/Classes/SystemEnvironment/Check.php 0 additions, 27 deletionstypo3/sysext/install/Classes/SystemEnvironment/Check.php
Please register or sign in to comment