Copy image to clipboard

后端 未结 7 2411
抹茶落季
抹茶落季 2020-11-27 16:14

Seemingly, you can\'t (yet) programmatically copy an image to the clipboard from a JavaScript web app?

I have tried to copy a text in clipboard , and it\'s worked.<

7条回答
  •  醉话见心
    2020-11-27 16:40

    You cannot copy to clip board with Javascript for security reasons, a work around can be found in a discussion here. Involves flash.Click button copy to clipboard using jQuery

提交回复
热议问题