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