If it's attached to the client then it'll be a manual process for the user, to scan the document and then manually upload it to the website. There's no really easy way to automate this within a web page.
Sounds like you probably need a winforms application.
There are a few scanning SDK providers in the merket now. I've developed two web application which integrates scanning functionalities by using
Dynamic Web TWAIN - supposed to be the best web scanning sdk as far as I know. I use it to scan documents in my web appliction, save scanned images into SQL Server or upload them to the web server.
If you want to develop desktop application with scan functionality, then you can find a bunch of scan component providers, such as leadtoo, dynamsoft and atalasoft etc.. :) I did do a research in the market before.
Hope it helps anyone who is looking for such a scanning solution.
trivedimca
Member
80 Points
148 Posts
Scanning functionality in asp.net
Mar 30, 2009 02:10 PM|LINK
Hi,
How can I add scanning documents functionality from scanner and save it to sql server 2005 database from my asp.net web-site.
Thanks and Regards,
Prashant
Mr^B
Star
12726 Points
2245 Posts
Re: Scanning functionality in asp.net
Mar 30, 2009 03:49 PM|LINK
Which machine is the scanner attached to?
If it's attached to the client then it'll be a manual process for the user, to scan the document and then manually upload it to the website. There's no really easy way to automate this within a web page.
Sounds like you probably need a winforms application.
logan wei
Member
12 Points
7 Posts
Re: Scanning functionality in asp.net
Apr 04, 2012 06:50 PM|LINK
Hi All,
There are a few scanning SDK providers in the merket now. I've developed two web application which integrates scanning functionalities by using Dynamic Web TWAIN - supposed to be the best web scanning sdk as far as I know. I use it to scan documents in my web appliction, save scanned images into SQL Server or upload them to the web server.
If you want to develop desktop application with scan functionality, then you can find a bunch of scan component providers, such as leadtoo, dynamsoft and atalasoft etc.. :) I did do a research in the market before.
Hope it helps anyone who is looking for such a scanning solution.