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

imageUploaderFlash.set(Object) Method

Sets the specified properties.

Syntax

JavaScript
$au.imageUploaderFlash('uploaderID').set(paramsObj);

Parameters

paramsObj

Type: Object

A list of property names and values in JSON format.

Example

JavaScript
var uploader1 = $au.imageUploaderFlash({id: 'Uploader1'});
uploader1
.set({ width: '660px',
                height
: '480px',
                licenseKey
: 'XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXXX',
                upload
: {actionUrl: 'upload.aspx', redirectUrl: 'gallery.aspx'},
});

See Also

Manual