Struct PostFile

Struct to send multiple files in POST request.

struct PostFile ;

Fields

NameTypeDescription
contentType stringcontentType of the file if not empty
fieldName stringName of the field (if empty - send file base name)
fileName stringPath to the file to send.