Total number of the files in the upload list.

Syntax

Get/Set Value in Runtime
JavaScript CopyCode imageCopy Code
value = getImageUploader("ImageUploaderID").getUploadFileCount();
Property Value

A non-negative integer read-only value that return a number of the upload list items.

Remarks

You can use this property to enumerate files selected for the upload via UploadFileXXX properties.

See Also

Examples
Customizing Upload Pane
Specifying Restrictions for Image Dimensions
Customizing Buttons
Open File Dialog Sample

Reference
AllowMultipleSelection Property
FileIsTooLargeText Property
FileIsTooSmallText Property
MaxFileCount Property
MaxFileSize Property
MaxTotalFileSize Property
MessageFileSizeIsTooSmallText Property
MessageMaxFileCountExceededText Property
MessageMaxFileSizeExceededText Property
MessageMaxTotalFileSizeExceededText Property
MinFileSize Property
TotalFileSize Property
UploadFileCountChange Event
UploadFileAngle Property
UploadFileDescription Property
UploadFileFocused Property
UploadFileFormat Property
UploadFileGuid Property
UploadFileHeight Property
UploadFileHorizontalResolution Property
UploadFileName Property
UploadFileRemove Method
UploadFileSelected Property
UploadFileSize Property
UploadFileType Property
UploadFileVerticalResolution Property
UploadFileWidth Property
Index Property