Search found 2 matches

by Muhammad
Tue Jan 17, 2012 7:35 am
Forum: COM interoperability
Topic: Uploading images from ADF Sanner to HTTP server issue
Replies: 2
Views: 3587

Re: Uploading images from ADF Sanner to HTTP server issue

hi Loïc,

The line is: var status = m_GdPictureImaging.SaveToHTTP_2(m_NativeImage, 4, 5, URL,'m','m1');

URL: 'http://localhost/gdScanFolder/' + ImageID +'.jpg';
m: user name ( a user who have full control on the physical folder of 'http://localhost/gdScanFolder')
m1 password

Best Regards,
Muhammad
by Muhammad
Mon Jan 16, 2012 7:34 pm
Forum: COM interoperability
Topic: Uploading images from ADF Sanner to HTTP server issue
Replies: 2
Views: 3587

Uploading images from ADF Sanner to HTTP server issue

Hi, I am using twain ActiveX component to acquire images from ADF scanner, I want to upload each page as a separate file throw HTTP, I tried the following code (similar to the code of the html example shipped with the component): // Acquire function acquireTWAINAdf(TwainSetAutoFeed, TwainSetAutoScan...