GenerateFileNameInStorageEventArgs.FileNameInStorage Property
Gets or sets the name for the file uploaded to the storage.
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 name of the file uploaded to the storage. |
Remarks
Use the FileNameInStorage property to specify the name for the file uploaded to the storage in the ASPxUploadControl.GenerateFileNameInStorage event handler. To access the original name of this file, use the GenerateFileNameInStorageEventArgs.OriginalFileName property.
See Also