Opened 10 years ago
Closed 10 years ago
#9695 closed defect (fixed)
fileuploader destroys file input before submitting form when using html
Reported by: | ben hockey | Owned by: | Mike Wilcox |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Form | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
when using dojox.form.FileUploader? with the html uploaderType
, the uploadHTML
function destroys the file input before submitting the form http://bugs.dojotoolkit.org/browser/tags/release-1.3.2/dojox/form/FileUploader.js#L986. it looks to me that if it's necessary to destroy the input then it should only be destroyed after the form is submitted.
Change History (7)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.3.3 |
---|---|
Owner: | changed from dante to Mike Wilcox |
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This is fixed in the trunk.
comment:5 Changed 10 years ago by
is it fixed and trunk and you'd like it in 1.3.3? The milestone is set as such.
comment:6 Changed 10 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:7 Changed 10 years ago by
Milestone: | 1.3.3 → 1.4 |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
(In [19921]) Refs #9695, #9578, #9615 - Fixed memory leak. Fixed HTML single upoad destroying fileInput. Fixed IE invalid argument.