converters.add Method HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Adds converter to the end of the collection.

Syntax

JavaScript
$au.imageUploaderFlash('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.