Can I send a file to Flex using RubyAMF?

Posted by Tam on Stack Overflow See other posts from Stack Overflow or by Tam
Published on 2010-05-25T20:08:52Z Indexed on 2010/05/25 20:11 UTC
Read the original article Hit count: 285

Filed under:
|

I'm generating a PNG file in Flex from graphics drawn by user. I would like to send the file to Ruby on Rails backend and I'm using RubyAMF in other parts of the application.

I found ways to upload the file using FileReference which uses HTTP but I prefer to send using RubyAMF ,if possible, as it's more efficient.

If this is possible what is your suggested method?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about rubyamf