A data URI is a URL whose scheme part is 'data:' and which directly represents a resource, rather than the location of a resource.
Like described in this Tutorial, I'm converting a canvas into a DataUrl and this DataUrl into a Blob. Then I …
ruby-on-rails base64 blob carrierwave data-uri