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