Gets or sets a value indicating whether the status pane should be displayed.
$au.uploader({ //...other params... enableStatusPane: true, //...other params... })
Type: Boolean
If true
, the status pane is displayed in both layouts; otherwise, it is hidden.
Default value is true.