views:

95

answers:

1

Using Canvas method toDataURL, I would like to be able to save the image on the server side (using Rails).

With toDataURL string, how to use it in a form that can be seen as a file attachment in a HTML form ?

+1  A: 

Solution using jQuery, Paperclip, datafy.rb http://gist.github.com/397615

Pierre Valade

related questions