Bug #106825
openContent Element Wizard Media fails to give feedback when image or video is bigger than upload size
0%
Description
Issue Description
When a user uploads an image or video directly using the content element wizard, and the file exceeds the maximum upload limit, the system does not provide any feedback. Instead, a blank white or grey window appears.
Screenshot:
Steps to Reproduce:
1. Open a Content Element of type "Media" or "Text & Media".
2. Navigate to the "Media" tab and click "Add media file".
3. Attempt to upload an image that exceeds the allowed file size limit.
4. The system displays a blank (white/grey) window, as shown above.
Tested on:
- Bootstrap Package with TYPO3 v13.4.8
- Custom Package with TYPO3 v11.5.44
- Custom Package with TYPO3 v12.4.32
Kind regards
Ivaylo
Files
Updated by Garvin Hicking 14 days ago
- Status changed from New to Needs Feedback
This sounds to me as if you might be exceeding PHP limits - if fhese are exceeded, its too late for TYPO3 to react. So you'd have to raise the underlying webserver and PHP limits. Could this be the root of your issue?