Gets or sets the upload settings.
$au.imageUploaderFlash({
//...other params...
uploadSettings: {},
//...other params...
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').uploadSettings(value);
value = $au.imageUploaderFlash('uploaderID').uploadSettings();