Opened 10 years ago
Last modified 9 years ago
#13825 confirmed New Feature
Large files should not be previewed during upload. — at Version 1
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.0 |
Keywords: | Cc: |
Description (last modified by )
Add-on to #13824
- Drop large file into editor e.g. 30MB image
- Try clicking in to editor
Result: Eeditor doesn't respond because it processes base64 string to display image in editor. Also the very important thing to notice is that upload of such file with preview feature used takes much much longer.
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.