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
Printable View
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
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.