I like to develop software with PHP JavaScript that read fingerprint scanner
- can JavaScript read and send via ajax -
I like to develop software with PHP JavaScript that read fingerprint scanner
Another possibility is to take advantage of WebSockets. Set up a WebSocket server in a language that has access to the finger print scanner, and establish a connection to the WebSocket server from JavaScript. You can pass raw data through the socket to the device using this, however if you are using the fingerprints for security purposes, it is probably not a good idea. (my point being that anyone could reverse engineer the driver to send fake finger data)
Javascript does not have access to a finger print scanner. Therefore, a plain browser page will not be able to trigger the fingerprint scanner or get data from it. You would probably need a browser plug-in/add-on or native app in order to be able get access to that type of data.