Upload Method
What it Does
Runs the process to upload all the documents added via the AddDocToForms Method into the Quik! server for inclusion with the forms package.
NOTES:
The Quik! Forms Engine Execute method must be run before uploading documents in order to obtain a FormViewRequestUNID value to associate the external document to.
Attachments must not exceed 20 MB
Sample Code
VB.NET
Sample Code
objQFE.AddDocToForms(objQFE.FormViewRequestUNID, "sampledriverslicense.pdf", "c:\temp\", 2, False)
objQFE.Upload()