VintaSoftTwain Control v6.0
VintaSoftTwain Object / HttpUpload_AddTextField Method
Field name.
Field value.
In This Topic
    HttpUpload_AddTextField Method
    In This Topic
    Description
    Sets a text field of HTTP form.
    Syntax
    Visual Basic
    Public Function HttpUpload_AddTextField( _
       ByVal fieldName As String, _
       ByVal fieldValue As String _
    ) As Boolean
    Parameters
    fieldName
    Field name.
    fieldValue
    Field value.
    Return Type
    TRUE if information about text field was added to the POST request successfully, otherwise, FALSE.
    Example
    TWAIN Advanced Demo demonstrates how to acquire image from scanner and upload it onto HTTP server.
    See Also