Clipboard access using Javascript - sans Flash?

前端 未结 8 1306
你的背包
你的背包 2020-12-20 13:12

Is there a reliable way to access the client machine\'s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google D

8条回答
  •  爱一瞬间的悲伤
    2020-12-20 13:50

    Here's a pure JS implementation that lets you paste image data which works in Google Chrome: http://strd6.com/2011/09/html5-javascript-pasting-image-data-in-chrome/

提交回复
热议问题