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

converters.add Method

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Adds converter to the end of the collection.

Syntax

JavaScript
$au.uploader('uploaderID').converters().add(paramsObj);

Parameters

paramsObj

Type: Object

Converter to add. If this parameter is not specified, a new converter will be created and added.

Return Value

Type: $au.converter

The added converter.