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