Uploading images from Flex to Rails using Paperclip
- by 23tux
Hi everyone,
I'm looking for a way to upload images that were created in my flex app to rails. I've tried to use paperclip, but it don't seem to work.
I've got this tutorial here: http://blog.alexonrails.net/?p=218
The problem is, that they are using a FileReference to browse for files on the clients computer. They call the .upload(...) function…