I want to store Finger Print Image into mySql Database and move it into folder through fingerprint reader device (device name: digital persona) in PHP. can Any one help please by sharing code .
Thanks in advance...!
I want to store Finger Print Image into mySql Database and move it into folder through fingerprint reader device (device name: digital persona) in PHP. can Any one help please by sharing code .
Thanks in advance...!
You can not store the image directly in the database. But what you want can be achieved by following these steps:
and when you want to display it, just get the location of the image from database and use it as you want!
Thanks.