Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

MultipartFormFileSection.fileName

public string fileName;

Returns

string The desired file name of this section, or null if this is not a file section.

Description

Returns a string denoting the desired filename of this section on the destination server.

Additional resources: [IMultipartFormSection.fileName].