Does anyone have any idea how to access the image that is in the clipboard when we give a Print Screen on any screen? What I need is to have access to the image by giving ctrl + v
to the browser, just like this application works:
link
The code I got for the event is this, and it works, however how do I access the image from this point?
$(document).bind('paste', function (evt) {
alert('ctrl + V funciona');
});
Detail: browser: Google Chrome