I am using Ruby, RestfulX, and Paperclip to upload a File, using the FileReference class.
I get the response from Paperclip in the terminal that says I've successfully saved the file, but it appears Flash never gets what it needs to know the upload has been successful.
I'm getting this error if I try to upload again while the CursorManager's clock is spinning:
Error: Error #2174: Only one download, upload, load or save operation can be active at a time on each FileReference.
It seems that I need to tell Flex that I've successfully saved the file. Is there a way to manually do that? Do I need to pass a session or cookie or anything?