[BUGFIX] Prevent uncaught exception in Import/Export controller
Currently an error is thrown if no post data was sent to the ImportExportController. This can easily happen if a t3d file should be uploaded but is larger than the configured post_max_size of the server. This patch checks the incoming information, sets the import action as default and displays an information to the user that he/she may have tried to upload a file that was too large. Resolves: #80681 Releases: master, 8.7, 7.6 Change-Id: I561dbf6abd74acace3eff179a513b4f9128d792d Reviewed-on: https://review.typo3.org/53282 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
Please register or sign in to comment