Opened 10 years ago
Last modified 9 years ago
#13825 confirmed New Feature
Large files should not be previewed during upload. — at Initial Version
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.0 |
Keywords: | Cc: |
Description
Add-on to #13824
- Drop large file into editor e.g. 30MB image
- Try clicking in to editor
Result: editor doesn't respond because it processes base64 string to display image in editor.
We should introduce configuration variable for maximum file size for which preview should be displayed. Any file above that size will be uploaded without the preview. Image will be displayed only after the file is fully uploaded to the server.