#17717 closed defect (fixed)
dojox/form/Uploader has wrong path
Reported by: | dylan | Owned by: | dylan |
---|---|---|---|
Priority: | low | Milestone: | 1.8.8 |
Component: | DojoX Uploader | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Reported via the documentation system:
UploadFile?.php has a bug in it. There are four places where the response is a path relative to the script and it should be relative to the html file. One instance is in the return response for IFrame posts (the other three are just like it). The assignment there "$_postfile? = $file" should be "$_postfile? = $download_path . $name".
Change History (6)
comment:1 Changed 8 years ago by
Milestone: | 1.10 → 1.11 |
---|
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 Changed 8 years ago by
Milestone: | 1.11 → 1.8.8 |
---|
Fixed in master, and backported to 1.10.x, 1.9.x. and 1.8.x
Note: See
TracTickets for help on using
tickets.
https://github.com/dojo/dojox/pull/142