Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auto Scanner

Status
Not open for further replies.

Lotruth

Programmer
May 2, 2001
133
US
Our clients constantly have to scan documents, and then upload the file to our server. Is there a way that I can program a button on the website so that the client can hit that button and automatically start his scanner and upload the file to our server.
 
Since the scanner and the driver are on the clientside, there won't be a whole lot you can do via ColdFusion (since it's serverside... if you tried connecting to a scanner object with ColdFusion, it'd probably try to connect to something hanging off the server, which isn't what you'd want).

There's a chance you might be able to do something with ActiveX... or find an ActiveX control already that'll allow you to do it.

The one thing you have going for you is most scanners can utilize TWAIN drivers... so there's a better chance that they're standardized enough to where, if someone's written a TWAIN ActiveX control, it just might work for all your clients/users. Hope it helps,
-Carl
 
ActiveScan works great. I have it and it works fine. You pay about $250 and it runs on up to 3 of your IP addresses.
It looks like it's a part of your site.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top