简体   繁体   English

使用Jquery将剪贴板图像复制到网页中

[英]Copy clipboard image into webpage using Jquery

I want to implement copy clipboard image into webpage. 我想将复制剪贴板图像实现到网页中。

Ex. 防爆。 User click the printscreen button, opens a web page, clicks CTRL+V and the image is upload to the web page. 用户单击“打印”按钮,打开网页,单击“CTRL + V”,图像将上载到网页。 Can it possible using jquery/javascript or PHP. 可以使用jquery / javascript或PHP。

Is it possible in firefox? 在Firefox中有可能吗?

Thanks in advance. 提前致谢。

I'm afraid not, no. 我不敢,不。 You'll have to have your users save the screenshot to disk and then either (a) select it from the disk using a <input type="file" /> element or (b) implement the HTML5 Drag n' Drop API , allowing the user to drag the file into the browser window. 您必须让您的用户将屏幕截图保存到磁盘,然后(a)使用<input type="file" />元素从磁盘中选择它,或者(b)实现HTML5 Drag n'Drop API ,允许用户将文件拖到浏览器窗口中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM