mgriit / ScanAppForWeb

This application can scan any document via scanner from web browser.
GNU General Public License v3.0
128 stars 62 forks source link

How to work with PHP application #2

Closed hanijazzar closed 6 years ago

hanijazzar commented 6 years ago

So you mentioned in the Readme that ScanAppForWeb supports PHP appplication. Please could you give more info on that? What's the procedure for using the tool to scan for images and then upload them to a local server using PHP? Thanks

mgriit commented 6 years ago

Yes you can also add it to your PHP application. Just you have to Install
Scan_App_SetUp to your PC where scanner connected and use the same HTML and JS at your HTML page like Index

hanijazzar commented 6 years ago

Okay yeah that was clear from the Readme, I was just asking if there is anything specific for PHP, but it seems it uses normal JS/PHP request/response. Thanks