Thanks for Downloading Dynamic Web TWAIN 30-Day Trial!
Your download will start shortly. If your download does not begin, click here to retry.
Document Saving
How can I automatically trigger actions when images arrive on my server side?
Dynamic Web TWAIN sends an HTTP POST request to the server when doing an upload. You need to write your server-side script to receive and save the uploaded files. On the server side, any scripting language can be used. The server-side script file is specified in the POST Form with the name RemoteFile by default and will be triggered to process the uploaded file.
To change the default field name RemoteFile, you can use the API HttpFieldNameOfUploadedImage.
For Server-side Scripting examples, please check this.