Returns the file at the specified index.
$au.imageUploaderFlash('uploaderID').files().get(index);
Type: Number
The zero-based index of the file to get. It also accepts the guid value returned by the guid method.
Type: $au.file
The file at the specified index.