Dev Center
Dynamic Web TWAIN supports downloading/uploading documents via HTTPS.
To enable HTTPS,
Set IfSSL to true to turn on SSL in HTTP requests
Set the SSL port with the API HTTPPort
Call the API HTTPUpload to upload the documents
To upload documents via HTTP/HTTPS, we recommend the API HTTPUpload(). You can find more information on HTTP/HTTPS upload here.
Note - that if you use this feature, you need to enable HTTPS on the server. For how to enable HTTPS, please check out the manual of your webserver.
latest version