Gets or sets the JavaScript File object.
$au.imageUploaderFlash('uploaderID').files().set(index).file(value); value = $au.imageUploaderFlash('uploaderID').files().get(index).file();
Type: Object
The File object for this item.
If you are familiar with File API, you can use this object to manipulate the file content.