Is It Possible To Get Clipboard Data From A User With Either Php Or Javascript?
Essentially, if a user visits the page, and they press ctrl+v, the image that is currently in their clipboard is pasted. Is this possible? I've been googling around for solutions a
Solution 1:
I did some quick google search's and i found an image uploading site which allows you to ctrl-v your picture to be uploaded.
There javascript is mimified so im having difficulties finding the functionality but that link should give you a good start, plus show you that it is possible.
Edit: Some more info: A blog post explaining how to detect cut, copy and paste on a text field using jquery link
Post a Comment for "Is It Possible To Get Clipboard Data From A User With Either Php Or Javascript?"