I'm new to the community, we're going to integrate the ActiveX to our product, currently we're testing it in the demo mode, so I beg your pardon if I'm asking things written in the documentation, but I have read it ones and my understanding is that there is a way to scan multiple pages into one TIFF file and after that the file can be stored and sent as per your needs. We use the control as HTML page with JavaScript object so I would like to make sure whether it's possible to (1) scan multiple pages into one TIFF file and then (2) store the file locally and transmit this file to a server?
Yes, you can scan some pages, save them as TIFF file on local disk and upload TIFF file from local disk to HTTP server - please read description and see example of the SetHttpFileFromDisk method in the documentation.