Click here to Skip to main content
15,906,708 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Our organization is using intranet application which is vb.net. so in our application we have fileupload button for attaching the documents, Currently our employees is doing Scanning,saving and attaching. But now our organization wants to do the scanning,saving and attaching with a single click.

i had tried some software like Dynamsoft,Vintasoft, Atalasoft and all these software are having either Client-side or Server side support.
but i want the software that supports Asp.net with Vb.net.
Can any one suggest me any software.


Thanks
Posted
Comments
ChloeHahn 25-Jul-12 1:15am    
you can scan documents, save and upload to server with a client-side browser plugin .. what is server-side support for?

1 solution

There is no such software.

ASP.NET code runs ENTIRELY server-side. It generates web pages that are sent to the client.

What you need is a component that will be installed, YES INSTALLED, on the client to handle the scanner and resulting file upload.

Why does this have to be installed? Because web pages on the client run in a sandbox preventing them from accessing any client hardware or filesystem without opening up the browsers security settings.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900