Gets or sets a value indicating whether the user-selected file is highlighted.
$au.imageUploaderFlash('uploaderID').files().set(index).selected(value); value = $au.imageUploaderFlash('uploaderID').files().get(index).selected();
Type: Boolean
true
if the user-selected file is highlighted; otherwise, false
.