Using FileReader's readAsDataURL() I can transform arbitrary data into a Data URL. Is there way to convert a Data URL back into a Blob instance using builtin browser apis?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
If you want a Blob -> dataURL, checkout this utility method: https://github.com/ebidel/filer.js/blob/master/src/filer.js#L128 |
|||
|
|
User Matt has proposed the following code a year ago ( How to convert dataURL to file object in javascript? ) which might help you
|
|||
|
|
|
use
rather than
|
|||
|