Log in

View Full Version : paste a screenshot in web page



zohar
08-11-2010, 11:12 AM
I have a .NET website, and I want users to be able to paste a screenshot (print screen).
The screenshot I want to save on a server with a name that changes each time a file is saved.

regard
zohar

djr33
08-11-2010, 04:52 PM
Theoretically this might be possible with a plugin (flash??), but that is definitely not a normal function of web browsers. Of course you could allow users to upload an image (including a saved screen capture) using a "file" input in a form and receive this using ASP or any other serverside language, but that won't allow them to directly paste into your website.