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

ImageUploader.UploadFileSelected Property

Supported in: ActiveX , Java

Indicator that tells whether the specified item of the upload list is selected.

Syntax

Get/Set Value in Runtime

JavaScript
getImageUploader("ImageUploaderID").setUploadFileSelected(Index, value);
value = getImageUploader("ImageUploaderID").getUploadFileSelected(Index);

Parameters

Index

A positive integer which specifies an index of the upload list item (i.e. the upload file). An index is 1-based. In other words valid value is in range [1, UploadFileCount].

Property Value

A boolean value (true or false). If true, the specified item is selected (highlighted), otherwise - not.

See Also

Manual

Reference