Video Upload File to Large Notification Needed
Based on my Server PHP setting I have it set to:
max_file_uploads: 384M
post_max_size: 384M
If I upload a video that is over this limit it just hangs and does nothing. I believe there should be an error prompt that tells the user the file is too large and to upload based on the server PHP settings.
On another note even uploading something close to the setting of 384M that I have in my PHP setting still hangs and I can only upload files significantly smaller. I have triple checked the setting buy still have this issue and can only see the error in my browser console output.
Console: Failed to load resource: the server responded with a status of 413 (Request Entity Too Large)
-
-
- · PRiZM
- ·
Memory limit size in PHP is 2048M there should be plenty of memory for FFmpeg to run as well.. ? Unless there is a setting in /studio.. ??
-
- · PRiZM
- ·
Also my update install to RC3 does not give an upload exceeded warning notification. I have adjusted my PHP Settings as follows and still no change:
memory_limit = 2048M
max_file_uploads: 1024M
post_max_size: 1024M