On Sep 2, 2007, at 10:32 PM, grimmwerks wrote:

2) is there a way to pass ADDITIONAL parameters via a filereference
upload?  I want to pass videos to be uploaded (working) but I want to
be able to pass a file's user-entered description as well.



Found it from an old post:

                var params:URLVariables = new URLVariables();
                params.id = "12345";
                params.title = "This Title";
                params.description = "This is a description of the file.";
                request.data = params;

Reply via email to