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