Paste Image Into TinyMCE Editor

javascript, tinymce

Solution

Enable paste_data_images

Setting paste_data_images to "true" will allow the pasted images, while setting it to "false" will disallow pasted images.

Problem

I am looking at ways to Paste an Image into TinyMCE editor, I have been googling it for a while, but couldn't find any related answer. I can append an `<img>` with src content to the Editor(when i paste the image on the page other than inside the editor). I am not able to paste it inside the Editor. I am using Javascript and jquery. Has anyone got an idea, how i could do this.

Original source