#7731 closed defect (fixed)
FileUploader not sending all GET data
Reported by: | William Riley | Owned by: | Mike Wilcox |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Form | Version: | 1.2beta |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When setting the upload path to a path with GET data, the flash uploader fails. The degraded one works perfectly, however.
Here's my apache2 access logs as proof:
127.0.0.1 - - [25/Sep/2008:21:56:56 -0400] "GET /lucid/branches/1.0/backend/api/fs.php?section=io&action=upload&path=file%3A%2F%2F HTTP/1.1" 200 69 "http://localhost/lucid/branches/1.0/desktop/index.html" "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3" 127.0.0.1 - - [25/Sep/2008:21:57:12 -0400] "POST /lucid/branches/1.0/desktop/../backend/api/fs.php?section=io HTTP/1.1" 200 - "-" "Shockwave Flash"
Change History (3)
comment:1 Changed 12 years ago by
Owner: | changed from dante to Mike Wilcox |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|
batch move of tickets marked 'tbd' fixed in the 1.3 timeframe
Note: See
TracTickets for help on using
tickets.
commit 15927
You can now use the postData parameter to set variables that will be sent to the server along with the files.