Anyone know if it's possible to add name/val pairs to the FileReference object POST operation? Maybe a description of what I need to do will explain better.

I have a form in Flash that contains a number of fields, including file upload capability. I need to have these other fields (user- defined meta tags for the image file, a token, etc.) passed in to the receiving script with the file upload.

Is it possible to do this? It's just an HTTP POST with the files sent with Content-Type of multipart/form-data, but I need to either add things to the post operation before send OR pull the actual files from the FileReference objects and send them with the rest of the variables from the form in a loadVars.sendAndLoad or something similar.

Anyone done anything similar to this?

Thanks in advance for your help!

Josh

--------------------------------------------------------------
Josh Ettwein | Sr. Software Engineer | Eyespot.com | www.eyespot.com





_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to