amazonS3Extender.converters Property HTML5/Flash Uploader JavaScript

Supported technologies:

Gets or sets a collection of settings for files to be uploaded.

Syntax

JavaScript Initialize
var u = $au.imageUploaderFlash({
    //...other params...
});
var as3 = $au.amazonS3Extender(u);
as3.converters([]);
//...other params...
u.writeHtml();

Property Value

Type: $au.amazonS3Extender.fileSettings

The collection of settings for files to be uploaded.

See Also

Reference