Gets or sets the name of the user-selected file.
$au.imageUploaderFlash('uploaderID').files().set(index).name(value); value = $au.imageUploaderFlash('uploaderID').files().get(index).name();
Type: String
The name of the user-selected file.
If you change this property, new file name will be uploaded to the server instead of the original file name.