I use Ruby, RestfulX, and Paperclip to upload a file using the FileReference class.
I get a response from Paperclip in the terminal that says I successfully saved the file, but it seems like Flash never gets what it needs to know that the download was successful.
I get this error if I try to load again when the CursorManager 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 I need to tell Flex that I successfully saved the file. Is there any way to do this manually? Do I need to go through a session or cookie or something else?
source
share