GenerateFileNameInStorageEventArgs.OriginalFileName Property
Gets the original 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 is the original name of the file. |
Remarks
Use the OriginalFileName property to access the original name of the uploaded file in the ASPxUploadControl.GenerateFileNameInStorage event handler.
See Also