Metadata
- Source
- FLUID-4279
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Duplicate
- Assignee
- N/A
- Reporter
- Jonathan Hung
- Created
2011-06-02T15:40:18.249-0400 - Updated
2011-06-23T15:17:59.820-0400 - Versions
-
- 1.4
- Fixed Versions
- N/A
- Component
-
- Uploader
Description
Currently the Image Uploader demo displays an error message for each offending file as they are uploaded. The demo should instead group the error messages together, and display them grouped at the end of the Upload action.
Current example:
"Error 403: file1.txt was not uploaded."
"Error 403: file3.txt was not uploaded."
"Error 403: file4.txt was not uploaded."
Proposed solution:
"Error 403: file1.txt, file3.txt, and file4.txt were not uploaded."
Comments
-
Justin Obara commented
2011-06-14T09:46:54.191-0400 This should be addressed when FLUID-3878 has been resolved