ASPxClientFileManagerFileUploadedEventArgs.fileName Property
Gets the name of the uploaded file.
Declaration
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.FileUploaded event handler.
See Also