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