PostBody Object
- data(UploadRawData | UploadFile)[] - The post data to be sent to the new window.
- contentTypestring - The- content-typeheader used for the data. One of- application/x-www-form-urlencodedor- multipart/form-data. Corresponds to the- enctypeattribute of the submitted HTML form.
- boundarystring (optional) - The boundary used to separate multiple parts of the message. Only valid when- contentTypeis- multipart/form-data.