Hi All,
Am creating a web based application using ASP.NET v2.0. I have an urgent requirement in my project - to have a control in my web page that would allow the users to enter text or copy paste image from the clipboard (say a snapshot).
In order to achieve the same i have tried using the windows clipboard class in web forms and retrived the clipboard image and stored the same in Sql Server DB. On click of the button, the corresponding image is fetched and displayed to the end user.
All this works fine when running thro' IDE. When i host my web app in IIS, am not able to achieve the same. Pasting the image from the clipboard on a button click doesn't work.
Any ideas?? Thanks!