ASPxClientFileManagerFileUploadingEventArgs.fileName Property
In This Article
Gets the name of a file selected for upload.
#Declaration
TypeScript
fileName: string
#Property Value
Type | Description |
---|---|
string | A string value that specifies the file name. |
#Remarks
Use the fileName property to access the currently processed file’s name in the ASPxClientFileManager.FileUploading event handler.
See Also