khs555 Posted November 26, 2006 Share Posted November 26, 2006 I want to include a feature in a program whereby we can import images automatically from a document placed in a "Scanner".How can I interface the program with the Scanner so that it prompts the user to place the document in the scanner and finally imports it in the database or put it in new folder in the server.and if you have another idea to prompt the user to import documents.thanks for all. Link to comment https://forums.phpfreaks.com/topic/28543-can-i-import-image-from-the-sccaner/ Share on other sites More sharing options...
deadonarrival Posted November 26, 2006 Share Posted November 26, 2006 As far as I know PHP can't interact directly with the scanner. You could just have a message "place document in scanner", they click okay, "open scanner program" okay again, "save as jpeg" okay, then an upload form for them to upload the image, which you then store in the server. Link to comment https://forums.phpfreaks.com/topic/28543-can-i-import-image-from-the-sccaner/#findComment-130608 Share on other sites More sharing options...
khs555 Posted November 26, 2006 Author Share Posted November 26, 2006 THANK YOY [color=red]deadonarrival[/color] ok, if any one have function or code for importing files which accept any type of files .. for example: JPG, GIF, PDF , and so onplease give it to me.. Link to comment https://forums.phpfreaks.com/topic/28543-can-i-import-image-from-the-sccaner/#findComment-130613 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.