Read client clipboard using jQuery?

Is it possible to get / read clipboard with client using jQuery?

(I need to get extended sheet information and paste this information into jqGrid web mesh ...)

+3
source share
3 answers

I made a workaround to execute the request. I basically included a TextBox in my web form with the inscription "Insert your information [here]. Using CTRL + V". Then I read the pressKey event with jQuery (reading CTRL + V combination), then I can read the clipboard data in a TextBox.

0
source

SO, JavaScript. , . -.

.

+1

Does DataDrop - drag and drop grid data from a table ? It would be a drag and drop, not a reading of the clipboard, but reading the clipboard is difficult.

0
source

Source: https://habr.com/ru/post/1786594/


All Articles