简体   繁体   中英

Pasting a Screen shot into a text area on a web page

Is it possible to take a screen shot (using the Print Screen) and paste it from the System Clipboard directly into a web pages text area field (which I would create)? Do I need a browser plug-in? Can Flash do this?

**The solution only has to work in Internet Explorer.

This is not possible without a plugin.

It's not possible in Flash or Silverlight either, although it is possible in AIR.

I think you will have to write a custom ActiveX Control in order to do this. The control should automatically take a screenshot and send captured image to server-side code.. There is one more option - create a java applet, which will do the job, and also will help you to avoid cross browser issue.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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