Variable PostFile.fileName

Path to the file to send.

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