Hi all,
In a project, I recently replaced a simple form-based file upload with SWFUpload. When SWFUpload returns a success, I generate a form to add tags to the uploaded asset.
I'd like to be able to test inputting data into the tags textbox, but to do that I (think I) need to fake out SWFUpload.
Has anyone done this in the past? I haven't been able to find anything via google, and there doesn't seem to be anything in the cucumber docs re: testing Flash.

rails_authenticity_tokencreate a new session for you? Or did you doprotect_from_forgery:except => :upload_Action? – Swanand Jul 30 at 14:02