Skip to main content
Tab

FileSavingEventArgs.FileName Property

Gets or sets the name of the uploaded file.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string FileName { get; set; }

Property Value

Type Description
String

A String value that specifies the file name.

Remarks

Use the FileName property to get the name of the file currently being uploaded.

Sometimes, the uploaded file’s name may not suit your application’s requirements. In this case, you can specify a custom name for the file with the FileName property.

See Also