Struct PostFile
Struct to send multiple files in POST request.
struct PostFile
;
Fields
Name | Type | Description |
---|---|---|
contentType
|
string | contentType of the file if not empty |
fieldName
|
string | Name of the field (if empty - send file base name) |
fileName
|
string | Path to the file to send. |