Skip to main content
A newer version of this page is available. .

ASPxClientUploadControlUploadingProgressChangedEventArgs.fileCount Property

Gets the number of the files selected for upload.

Declaration

fileCount: number

Property Value

Type Description
number

An integer value that represents 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