Back to product page

FormUpload property


Reference to form upload variables.

Type

A HttpRequestFormUpload object. Reference to HttpRequestFormUpload object that implements methods for send

Syntax

  • Basic
object.FormUpload
The FormUpload(object) syntax has these parts:
objectAn 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.

Platforms

Windows