Skip to main content

ASPxClientUploadControlUploadingProgressChangedEventArgs.fileCount Property

Gets the number of the files selected for upload.

#Declaration

TypeScript
fileCount: number

#Property Value

Type Description
number

The total number of selected files.

#Remarks

You can use file input elements to select files for upload. The add and remove buttons are useful to change the number of file input elements.

See Also