System.Web.UI.WebControls.FileUpload.FileName Property

Gets the name of a file on a client to upload using the System.Web.UI.WebControls.FileUpload control.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public string FileName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the name of a file on a client to upload using the System.Web.UI.WebControls.FileUpload control. The file name that the FileUpload.FileName property returns does not include the path of the file on the client.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0