#5746 closed defect (fixed)
dijit.form.Form and file-input within IE6
Reported by: | Owned by: | Douglas Hays | |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | form file fileupload file-input | Cc: | |
Blocked By: | Blocking: |
Description
Since r12044 the upload of files using file-input doesn't work anymore within ie6. This happens when the form is defined as "dijit.form.Form". In my opinion, the enctype of the form isn't recognized correctly.
A testcase would be:
<form dojoType="dijit.form.Form" id="myForm" action="/myaction/" method="post" enctype="multipart/form-data"> <input name="new_file" type="file"/> <input type="submit" value="Submit"/> </form>
Attachments (1)
Change History (6)
Changed 13 years ago by
Attachment: | form_encytpe_diff.patch added |
---|
comment:1 Changed 13 years ago by
With the above patch, the upload is working within ie6. Maybe there is a better solution.
comment:2 Changed 13 years ago by
Cc: | [email protected]… removed |
---|---|
Milestone: | → 1.1 |
Owner: | set to Douglas Hays |
Reporter: | changed from guest to [email protected]… |
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 13 years ago by
comment:5 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Patch for dijit.form.Form