Joe Harman wrote:
Has anyone out there found a way to get information from a USB device
running on their computer... what i am trying to do is retrive the
fingerprint ID that the Microsoft USB fingerprint reader returns for a
finger print and put it in a webpage form???

There has to be a way to do it...


I haven't ever done anything with that new-fangled fingerprint reader stuff. But if there is some digital form of the person's fingerprint coming from that machine then there is some way to capture that ID and send it to a webserver. So just find out how a user can obtain this digital fingerprint in file / text format and then send the file / text to the server via a form.

But as the other poster has already suggested this is a client side issue and about the only thing that you can do is find some way for the person to send the fingerprint to you.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to