Details
-
Improvement
-
Status: Open
-
Normal
-
Resolution: Unresolved
-
2.26.12, 2.28.00
-
None
-
None
Description
The single file upload function using in gallery editor, asset editor were implemented in CMS7-8065. For image picker file upload, it was updated with validation service in CMS7-8632.
The multi-files upload in gallery/asset (trunk) is using jquery file-uploads plugin that uses only server-side validation.
Currently, they only use server-side validation service. Therefore users may need to upload a large file (e.g 5MB), then find out that its size is invalid (default limitation is 4MB). This way is not efficient for users with limited network bandwidth.
It'd better to implement another client-side validation, so users can be warned on selecting large files before upload. It can be done using File API and javascript.
Attachments
Issue Links
- relates to
-
CMS-8632 No error message when uploading large images in image picker
- Closed
-
CMS-9154 RuntimeException if updating assets/images larger than the max.file.size setting
- Closed
-
CMS-9341 Adding image to gallery using multiple-file-upload dialog: upload button stays disabled when clicked before selecting files
- Closed