Skip to main content
A newer version of this page is available. .
Tab

FileSavingEventArgs.FileName Property

Gets or sets the name of the uploaded file.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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