Ticket #2856 (closed defect: invalid)
doesn't handle well text/plain response from multipart request
| Reported by: | guest | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | Dojox | Version: | 0.4.2 |
| Severity: | normal | Keywords: | multipart response IframeTransport error |
| Cc: | vic@… |
Description (last modified by ttrenka) (diff)
I send an upload multipart request that way : var bindArgs = {
url: "SRB/SRBUpload", formNode: formNode, mimetype: "text/plain", load: function(type,data,evt) {
displayOutput(type,data,"text/plain");
}, error: function(type,error) {
displayOutput(type,error,"text/plain");
}
};
everything goes well, my file is uploaded, but it always triggers the "error:" function with that message : IframeTransport? Error: TypeError?: ifd.getElementsByTagName("textarea")[0] has no properties
unless the returned message should be : "the file has been uploaded to /dir/dir/dir/file"
Change History
Note: See
TracTickets for help on using
tickets.