Opened 11 years ago
Closed 11 years ago
#10365 closed defect (fixed)
FileUploader - html single select fails
Reported by: | Mike Wilcox | Owned by: | Mike Wilcox |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Form | Version: | 1.4.0b |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
FileUploader? - html single select fails if you reselect a file more than once.
line 934: this.removeFile(this.fileList[0].name); should be: this.removeFile(this.fileList[0].name, true);
Note: See
TracTickets for help on using
tickets.
(In [20850]) Fixes #10365 - Fixed bug where html single select could not reselect files more than once.