ASPxClientFileManagerFilesUploadedEventArgs.fileNames Property
Gets an array of uploaded file names.
Declaration
fileNames: string[]
Property Value
| Type | Description |
|---|---|
| string[] | An array of string values that are the file names. |
Remarks
Use the fileNames property to get an array of uploaded file names in the ASPxClientFileManager.FilesUploaded event handler.
See Also