This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.UploadFileCount Property

Supported in: ActiveX , Java

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

Manual

Reference