Saving data-URI to media library
In a previous tinymce plugin I made – I set up a custom ajax transport so I could just use the blob right from the image src of a remote img instead of base64 on a data attribute, and then used the REST API to upload the image to the media library in js. Base64 … Read more