Variable PostFile.fieldName

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

struct PostFile
{
  // ...
  string fieldName ;
  // ...
}