Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Read the client clipboard with jQuery?

Is it possible to get/read the clipboard of a client with jQuery?

(I need get the information of a spread sheet and paste this information in a jqGrid web grid...)

like image 682
MiBol Avatar asked Feb 16 '26 17:02

MiBol


1 Answers

Well according to this similar SO question it cannot be done with just JavaScript. Which is good, because it would be a major security risk. You need a small flash object to get the functionality you want.

In any way, this is a duplicate question.

like image 115
BernardMarx Avatar answered Feb 19 '26 08:02

BernardMarx