Opened 8 years ago
Last modified 5 years ago
#17413 new defect
[patch] FileInputAuto doesn't send the files
Reported by: | mohnawar | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.15 |
Component: | DojoX Form | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
File is not sent to the upload.php, $_FILES is empty, this is because form method =post is missing, i fixed it just by adding this line to the code
_b.setAttribute("method","post");
when creating the form object
Change History (2)
comment:1 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Summary: | FileInputAuto doesn't send the files → [patch] FileInputAuto doesn't send the files |
comment:2 Changed 5 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.