Hi all.,
i m in a process of developing a php application for data storage.,
consider the database contains many fields which includes name, time, tags, file, etc..
The file field contains the file uploaded.,
so to do that i need to
1.scan the hard copy of the file
2.store it in harddrive
3.go to my application
4.select the file saved
since its a long process to do.,
Is there any way to connect my scanner with the php application so that the scanned file automatically gets integrated with the application by single click or calling any function.
so that i can just enter all the other fields and submit the form along with the scanned document.
If possible kindly guide me..
thanks.,
vijay
i m in a process of developing a php application for data storage.,
consider the database contains many fields which includes name, time, tags, file, etc..
The file field contains the file uploaded.,
so to do that i need to
1.scan the hard copy of the file
2.store it in harddrive
3.go to my application
4.select the file saved
since its a long process to do.,
Is there any way to connect my scanner with the php application so that the scanned file automatically gets integrated with the application by single click or calling any function.
so that i can just enter all the other fields and submit the form along with the scanned document.
If possible kindly guide me..
thanks.,
vijay
Comment