[flexcoders] couple of file upload questions...

2007-09-02 Thread grimmwerks
1) is there a way to upload (ruby backend) via an httpservice? If so, does anyone have code to demonstrate this? I've got it working with the default fileupload stuff, but the ruby backend is tracking users via a session; we're most likely going to change this process so that a userid is

Re: [flexcoders] couple of file upload questions...

2007-09-02 Thread grimmwerks
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: