file.selected Property HTML5/Flash Uploader JavaScript

Supported technologies:

Gets or sets a value indicating whether the user-selected file is highlighted.

Syntax

JavaScript Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').files().set(index).selected(value);
value = $au.imageUploaderFlash('uploaderID').files().get(index).selected();

Property Value

Type: Boolean

true if the user-selected file is highlighted; otherwise, false.