Ticket #7731 (closed defect: fixed)

Opened 3 months ago

Last modified 6 weeks ago

FileUploader not sending all GET data

Reported by: psychcf Owned by: mwilcox
Priority: normal Milestone: tbd
Component: DojoX Form Version: 1.2beta
Severity: normal Keywords:
Cc:

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

Changed 3 months ago by ttrenka

  • owner changed from dante to mwilcox

Changed 6 weeks ago by mwilcox

  • status changed from new to closed
  • resolution set to fixed

commit 15927

You can now use the postData parameter to set variables that will be sent to the server along with the files.

Note: See TracTickets for help on using tickets.