My project involves a scanner interface to be provided for the users....
Does anyone have any idea about how to do it.........
If any idea or codes available for it plzzzzzzzzz let me know!!!
I need to a give a facility to my users that they can upload scanned images too...
So in my website i need an interface which detects the scanner , scans the image in desired format and then uploads it.......
A smart application (winforms communicating with web service) on the local PC can grab the image from a web cam and upload it to the server.
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
To allow interaction with a scanner in IE, you can use an ActiveX control. And plugin technology can be used in Firefox, Chrome and other browsers. From what you are describing here, I believe Dynamic Web TWAIN is exactly what you need. Check its
online demo here.
appin
0 Points
2 Posts
scanner Interface
Mar 14, 2009 04:42 AM|LINK
My project involves a scanner interface to be provided for the users....
Does anyone have any idea about how to do it.........
If any idea or codes available for it plzzzzzzzzz let me know!!!
I need to a give a facility to my users that they can upload scanned images too...
So in my website i need an interface which detects the scanner , scans the image in desired format and then uploads it.......
shashankgwl
All-Star
18926 Points
3662 Posts
Re: scanner Interface
Mar 14, 2009 07:36 AM|LINK
Create an ActiveX control or a Java Applet, no other solution on the planet.
All is well if it runs well.
blog
TATWORTH
All-Star
72415 Points
14017 Posts
MVP
Re: scanner Interface
Mar 16, 2009 08:31 AM|LINK
A smart application (winforms communicating with web service) on the local PC can grab the image from a web cam and upload it to the server.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
TATWORTH
All-Star
72415 Points
14017 Posts
MVP
Re: scanner Interface
Mar 16, 2009 08:34 AM|LINK
According to XIII at http://forums.asp.net/t/1396918.aspx it can be done by:
"this can be done with flash which has webcam integration possibilities. Certainly you'll find something interesting here: http://www.google.be/search?hl=nl&q=flash+webcam+site%3Aadobe.com&btnG=Zoeken&meta=. "
e.g.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
shashankgwl
All-Star
18926 Points
3662 Posts
Re: scanner Interface
Mar 16, 2009 08:55 AM|LINK
well, i thought that his requirement is this
My project involves a scanner interface to be provided for the users....
Does anyone have any idea about how to do it.........
coz otherwise there are at least 1 dozen options available
1. A person scanning a documents and putting in a folder and a utility picking up and uploading to the server.
2. A person putting his scanned image to a place from where the application picking it.
3. scanner itself supplying the images to the server.
4. web-cam option is also gud.
All is well if it runs well.
blog
Chloe.Hahn
Member
20 Points
8 Posts
Re: scanner Interface
Apr 10, 2012 02:40 AM|LINK
To allow interaction with a scanner in IE, you can use an ActiveX control. And plugin technology can be used in Firefox, Chrome and other browsers. From what you are describing here, I believe Dynamic Web TWAIN is exactly what you need. Check its online demo here.