How to get Screen Shot / Screen Capture from Web user on MVC site?
Posted
by RSolberg
on Stack Overflow
See other posts from Stack Overflow
or by RSolberg
Published on 2010-04-02T17:57:12Z
Indexed on
2010/04/02
18:13 UTC
Read the original article
Hit count: 325
screenshot
|asp.net-mvc
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.
© Stack Overflow or respective owner