I have an ASP.Net page that has a button that when I click on it I want to take a screenshot from the user's PC and send it to the server.
I'm fine with writing some kind of listener program to run on the server to accept requests for these images. Where I am a little fog is the best way to get the user's PC to send a screenshot. Does this need to be done by writing some kind of Active X control for an ASP.Net page? If necessary, it should be a cross browser and operating system.
Just in the right direction and what technologies I should use would be great. I would rather write this functionality myself, if possible, than using a ready-made solution, since I see that this function can be expanded in the future. How does something like WebEx or copilot handle this?
thanks
Gavin
Edit: just to make everything clear, I'm not trying to steal information from users' PCs. They will have to enable this feature. It is more in terms of support, so when customers have problems, they can send a screenshot of the page on which they are located.
source
share