Gets or sets a collection of settings for files to be uploaded.
var u = $au.uploader({
//...other params...
});
var as3 = $au.amazonS3Extender(u);
as3.converters([]);
//...other params...
u.writeHtml();
Type: $au.amazonS3Extender.fileSettings
The collection of settings for files to be uploaded.