PostFile

Struct to send multiple files in POST request.

Members

Variables

contentType
string contentType;

contentType of the file if not empty

fieldName
string fieldName;

Name of the field (if empty - send file base name)

fileName
string fileName;

Path to the file to send.

Meta