Describe the bug A black page with an error message appears after 4-5 minutes when trying to create an API resource with an MP4 video (file size 240 MB).
To Reproduce Steps to reproduce the behavior:
file
Expected behavior An API resource with a video can be created
Screenshots
Error:
Desktop:
A possible fix would be to implement a javascript based uploader (see Admin > Files > new upload)
Currently we are using an input field for the upload which limits the upload size to the HTTP timeout.