Field | Definition |
Basic Tab | |
Name | Specify the parameter (or part) name for this file name. The specified name will be sent to the server as a header in the Multi-Part data. |
Path | Specify the location of the file to upload. |
Advanced Tab | |
Content Type | Specify the value of the Content-Type header that will be written to this file part of the MIME message. This setting will be ignored if the request is not multipart. |
Content Disposition | Specify the value of the Content-Disposition header that will be written to this file part of the MIME message. This setting will be ignored if the request is not multipart. Default Value: form-data |
Content ID | Specify the value of the Content-ID header that will be written to this file part of the MIME message. This is required if the Content Type of the post element is 'multipart/related', otherwise this is ignored. |
Transfer Encoding | Specify the value of the Content-Transfer-Encoding header that will be written to this file part of the MIME message. This setting will be ignored if the request is not multipart. |
Charset | Specify the charset that will be added to the Content-Type header of this file part of the MIME message. This setting will be ignored if the request is not multipart. |