addMultipartFormData

addMultipartFormData(name:        String;
                     fileName:    String;
                     contentType: String;
                     content:     String);

The addMultipartFormData method of the JadeRestRequest class adds data specified in the parameter strings to the body of the HTTP request in the Multipart Form data format.

Use this method when the dataFormat property is set to DataFormat_MultipartFormData.

2020.0.01 and higher