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.