{service root}/Upload/FileUpload.ashx

This endpoint is used in conjunction with the DataFormSaveRequest to upload an attached file to be saved as one of the fields in the form.

The caller should POST to this url with a Content-Type: multipart/form-data; Use Microsoft.VisualBasic.Devices.Network.UploadFile as the easiest way to do this.
Parameter Usage Type Description
DBName Required string The name of the database to use for this request. The list of available databases is defined in web.config and can be retrieved here.
FileUploadKey Required GUID The unique key that will be passed via the DataFormSaveRequest FileUploadKey element.