HttpPostedFileWrapper.FileName Property

Definition

Gets the fully qualified name of the file on the client.

public:
 virtual property System::String ^ FileName { System::String ^ get(); };
public override string FileName { get; }
member this.FileName : string
Public Overrides ReadOnly Property FileName As String

Property Value

The name of the file on the client, which includes the directory path.

Applies to