FLUID-2428: Can't pass updated POST parameters to the Uploader; they can only be specified upon initialization.

Metadata

Source
FLUID-2428
Type
Bug
Priority
Major
Status
Open
Resolution
N/A
Assignee
Colin Clark
Reporter
Colin Clark
Created
2009-03-31T13:22:14.000-0400
Updated
2017-01-16T09:44:38.767-0500
Versions
  1. 0.5
  2. 0.6beta1
  3. 0.6
  4. 0.7
  5. 0.8
  6. 1.0
  7. 1.1
  8. 1.1.1
  9. 1.1.2
  10. 1.2
  11. 1.3
  12. 1.4
  13. 1.5
  14. 2.0
Fixed Versions
N/A
Component
  1. Uploader

Description

At the moment, a user can only specify POST parameters to the Uploader upon instantiation. There's no API for dynamically modifying these parameters during the process of interacting with the Uploader.

An in-depth discussion of the issue can be found in Aaron Brown's excellent post to the list:

http://lists.idrc.ocad.ca/pipermail/fluid-work/2009-March/004130.html

We need a public method on Uploader to allow users to update these parameters whenever they want.

Comments