how can i scan an image from a webpage in asp.net. I need a free control or a code to scan an image from a scanner in any user that requests the webpage. Thank you.

link|improve this question

55% accept rate
do you want to scan from a scanner or a webpage? – Shoban Nov 12 '10 at 3:46
From a scanner in a webpage – Bass Nov 12 '10 at 4:13
feedback

1 Answer

It is not like you can't do it. But it is not a scalable option in my opinion.

  1. You can use ActiveX control - But that won't work in all browsers.
  2. You can't use Windows Image Acquisition library directly from ASP.NET on the client side, since the code would run at the server.

Why not simply have the image uploaded?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.