ASPxClientFileManagerFilesUploadingEventArgs.fileNames Property
Gets the names of files selected for upload.
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 file names in the ASPxClientFileManager.FilesUploading event handler.
See Also