I've seen a few different apps that allow users to take screen shots on their PC and then the utility will automatically upload the image to the web server. I'd like to incorporate this type of functionality into a new MVC site.
I could certainly just allow the user to upload their own image, but it'd be cleaner if they could click Capture Screen Shot
and the image would be uploaded automatically.
My team is using ASP.NET MVC2 with a SQL back end database. We are certainly willing to look into 3rd party components (activeX based, etc.) that will allow us to achieve this.