This documentation is for the old version. Go to the latest Upload Suite docs

amazonS3Extender.converters Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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

Syntax

JavaScript Initialize
var u = $au.uploader({
    //...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