This class represents a file converter.
For a list of all members of this class, see converter Members.
$au.converter = function() { }
Image Uploader Flash allows sending up to three so-called converted files for each of the user-selected files. These files are configured using the converters property of the imageUploaderFlash object. This property accepts a collection of converter instances. Each converter describes one file (source, thumbnail, icon, or ZIP archive) to be uploaded for every file the user selects.
For instance, you set the following collection of converters:
var u = $au.iamgeUploaderFlash({ id: 'Uploader1', converters: [ {mode: '*.*=SourceFile'}, {mode: '*.*=Thumbnail;*.*=Icon', thumbnailFitMode: 'Fit', thumbnailWidth: '120', thumbnailHeight: '120'} ] });
It means that Image Uploader Flash will send an original file and its resized copy or icon. So if a user selects two files (a JPEG image and a PDF document) Image Uploader Flash will send four files: