I want to be able to take a screenshot and then just simply paste it to the textarea field which would then turn the image into base64 encoded string. Then I could easily put it inside img elements src attribute.
Reason I want it this way is because I dont want to be forced to upload image itself somewhere nor be forced to save it, just copy and paste.
I have seen something like this at some site somewhere so I know its possible, I just dont know how its done and cant find the site anymore...