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:

Sample Code

VB.NET

objQFE.AddDocToForms(objQFE.FormViewRequestUNID, "sampledriverslicense.pdf", "c:\temp\", 2, False)
objQFE.Upload()