Opened 6 years ago
Last modified 3 years ago
#17410 new defect
[dojox/form/Uploader] use iframe can only upload file once
Reported by: | yisuren | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.15 |
Component: | Dojox | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
when i use dojox/form/Uploader and under IE browser, the upload is use iframe. What confuse me is that ,I can upload the file only one time whether the response is success or failed.
so I do some dig into _IFrame.js I found that in the iframe ajax callback.
domConstruct.destroy(sendForm);
I think that is the reson why the upload button dose not reaction click event when uploaded once
should the code be modified as following?
sendForm.appendChild(n); => sendForm.appendChild(lang.clone(n));
Change History (2)
comment:1 Changed 4 years ago by
Milestone: | tbd → 1.12 |
---|
comment:2 Changed 3 years ago by
Milestone: | 1.13 → 1.15 |
---|
Note: See
TracTickets for help on using
tickets.
Ticket planning... move current 1.13 tickets out to 1.15 to make it easier to move tickets into the 1.13 milestone.