Details
-
Type:
Bug
-
Status:
Reopened
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 1.0, 1.1, 1.1.1, 1.1.2, 1.2, 1.3
-
Fix Version/s: None
-
Component/s: Uploader
-
Labels:None
-
Environment:All A-Grade browsers
Description
In Uploader, browse for a file that is larger than the 20MB limit, and click OK
Notice: that when the dialog dismisses that there is no message that the file was not added to your file queue.
Fix will need to account for both files that fail because of file size, type, or queue limit.
Notice: that when the dialog dismisses that there is no message that the file was not added to your file queue.
Fix will need to account for both files that fail because of file size, type, or queue limit.
Issue Links
| This issue depends on: | ||||
| FLUID-3878 | Improve Uploader's error messages, such as when selected files exceed fileQueueLimit |
|
|
|
| This issue duplicates: | ||||
| FLUID-607 | Uploading a large file fails, no feedback given. |
|
|
|
| This issue relates to: | ||||
| FLUID-1812 | [Uploader 2] When adding a file fails, the file total area updates even though nothing is added |
|
|
|
Please note that there is some strange behavior in SWFUpload:
if the limit on the number of files that can be uploaded is 3 and the user attempts to select 4 files, instead of queing the first 3 files and then throwing an error, SWFUpload just throws an error and no files are queued. Fun!