Total number of the files in the upload list.
value = getImageUploader("ImageUploaderID").getUploadFileCount();
A non-negative integer read-only value that return a number of the upload list items.
You can use this property to enumerate files selected for the upload via UploadFileXXX
properties.