The sample shows how to upload the document images, scanned by Dynamic Web TWAIN, to Microsoft Azure Web service.
How to Upload Scanned Images to Microsoft Azure Using Dynamic Web TWAIN
- download and instal Dynamic Web TWAIN
- copy the Resource folder from the installation directory (like C:\Program Files (x86)\Dynamsoft\Dynamic Web TWAIN SDK 11.1 Trial)
- open
QueryAzureSAS.php
, and specify$accountName = ""; $accountKey = ""; $baseUrl = "";
- deploy the project to your Web server
- visit
online_demo_scan.php
in your Web browser