Sets the specified properties.
$au.uploader('uploaderID').set(paramsObj);
Type: Object
A list of property names and values in JSON format.
var u = $au.uploader({id: 'Uploader1'});
u.set({ width: '660px',
height: '480px',
licenseKey: 'XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXXX;YYYYY-YYYYY-YYYYY-YYYYY-YYYYY-YYYYYY',
uploadSettings: {actionUrl: 'upload.aspx', redirectUrl: 'gallery.aspx'}
});