wodHttpDLX ActiveX Control - FormUpload Property
      
 

Description

Reference to form upload variables.


Property type

A HttpRequestFormUpload object.  Reference to HttpRequestFormUpload object that implements methods for sending files to the server.


Syntax

object.FormUpload



The FormUpload Property syntax has these parts:

Part Description
object An expression evaluating to an object of type HttpRequest.

Remarks

FormUpload property returns reference to wodHttpDLX's object that will help you upload data and files to the server using form-based upload. Using its Add and AddFile properties, you can easily 'attach' variables and files to the document, and Post them to the server, just as it would be posted from your browser.

When used, wodHttpDLX will add appropriate headers, and make appropriate structure that will be recognized and accepted by the server.