Total number of the files in the upload list.
Syntax
Get/Set Value in Runtime
JavaScript | ![]() |
---|---|
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 PaneSpecifying Restrictions for Image Dimensions
Customizing Buttons
Open File Dialog Sample
Reference
AllowMultipleSelection PropertyFileIsTooLargeText 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