FileSavingEventArgs.FileName Property
Gets or sets the name of the uploaded file.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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