I have one shell script for scanning documents from scanner(hardware).
Shell scripts were stored in each client system.
Suppose client scans application means i have to run that shell script and store scanned application in server.
I am using Html, JavaScript and servlets.
If I run shell script from servlet, it will execute shell script in a server.
I want to execute shell script from client system.
I think if we used JavaScript we can do this. Is there any way to do this?
Other then shell script how can we trigger scanner in browser ?