TWAIN ActiveX Control, Plug-in, Scanner SDK, Component, HTTP Control/SDK

Dynamsoft TWAIN Products

Support Community for TWAIN Control/Component/SDK for Scanning Solutions
* Login   * Register
* FAQ    * Search

It is currently Tue May 22, 2012 2:49 am




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Two feature requests: Image metadata and "form fields&q
PostPosted: Sat Aug 13, 2005 3:01 pm 
1: Would love to be able to set the tif/jpg/etc metadata fields before saving.

2: Would like the ability to add "form fields" to the HTTP post data to allow saving the image and any related data elements in a single call to the back end server. Maybe something like:

objDWT.AddFormField "MyField1"
objDWT.AddFormField "MyField2"
objDWT.FormField("MyField1").value = "value 1"
objDWT.FormField("MyField2").value = "value 2"
objDWT.HTTPUploadAllThroughPostAsMultiPageTIFF(strHostIP,strActionPage, strFileName );

Great product...

Thanks,
Jerry[/b]


Top
  
 
 Post subject:
PostPosted: Mon Aug 15, 2005 4:07 am 
Offline
User avatar

Joined: Mon Mar 07, 2005 11:11 pm
Posts: 866
Hi Jerry,

Thank you very much for your requests.

1. I have posted the image metadata as a feature reuqest.

2. Currently, you can add your field and value after strActionPage. For example:
objDWT.HTTPUploadAllThroughPostAsMultiPageTIFF(strHostIP,"ActionPage.asp?MyField1=Value1&MyField2=Value2", strFileName );

Thanks.

_________________
Robert
TWAIN Support Team
http://www.dynamsoft.com/
TWAIN ActiveX/Plug-in HTTP Control/SDK & TWAIN ActiveX Control, Scanner SDK, Component
Software Configuration Management | SCM Solution


Top
 Profile  
 
 Post subject: Send parameters along with the image
PostPosted: Thu May 04, 2006 8:35 am 
Offline

Joined: Mon Jan 30, 2006 11:02 am
Posts: 2
I have the exact same problem. I send all parameters in the image name. but when it is received sometime it is not complete.
I need to send about 1000 characters in there. Please Help!!


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 09, 2006 5:28 am 
Offline
User avatar

Joined: Tue Mar 08, 2005 12:23 am
Posts: 1075
The maximum allowed length of image name (strFileName) is 512 bytes.

Quote:
I need to send about 1000 characters in there.


Currently, to work around this issue, you can try sending part of your
parameters in the image name and appending the remaining ones after the URL of the action page.

Thanks.

_________________
Catherine Sea
TWAIN Support Team
TWAIN ActiveX/Plug-in for Web Applications, Scanner COM Control
TWAIN .NET Component/SDK for Desktop Applications

Follow me @Twitter, Facebook
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

It is currently Tue May 22, 2012 2:49 am


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron

Copyright © 2010 Dynamsoft Corporation. All Rights Reserved. | Knowledge Base | Source Control Blog