I have a rails app on Heroku (cedar env). It has a page where I render the canvas data into an image using toDataURL()
method. I\'m trying to upload the returned ba
Not sure if OP has already solved this, but I'm working on a very similar feature. In doing a little research, I came across these articles that might be helpful.