Returns the file at the specified index.
$au.uploader('uploaderID').files().get(index);
Type: Number
The zero-based index of the file to get.
Type: $au.file
The file at the specified index.