Gets a value indicating whether the user-selected file is in focus.
$au.uploader('uploaderID').files().get(index).focused(value); value = $au.uploader('uploaderID').files().get(index).focused();
Type: Boolean
true
means that this file is in focus, otherwise - out of focus.