Aurigma Image Uploader Flash 7.2.9
imageUploaderFlash.converters Property
Gets or sets the collection of converters.
Syntax
JavaScript
Initialize
$au.imageUploaderFlash({
//...other params...
converters: [],
//...other params...
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').converters(value);
value = $au.imageUploaderFlash('uploaderID').converters();
Remarks
Each conveter configures a converted file (original file as is, thumbnail created from original image file, icon associated with original file, or original file compressed into ZIP archive) which will be uploaded for each of the user-selected files.