VintaSoftTwain Control v6.0
VintaSoftTwain Object / HttpUpload_AddFileField Method
Field name.
File name.
Zero-based index of image in acquired image collection. Valid values are from 0 to (AcquiredImages_Count-1).
In This Topic
    HttpUpload_AddFileField Method
    In This Topic
    Description
    Adds an acquired image, as an image file, to a HTTP form.
    Syntax
    Visual Basic
    Public Function HttpUpload_AddFileField( _
       ByVal fieldName As String, _
       ByVal fileName As String, _
       ByVal index As Long _
    ) As Boolean
    Parameters
    fieldName
    Field name.
    fileName
    File name.
    index
    Zero-based index of image in acquired image collection. Valid values are from 0 to (AcquiredImages_Count-1).
    Return Type
    TRUE if acquired image 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