Gets or sets a value indicating whether the upload pane should be displayed.
$au.uploader({ //...other params... enableUploadPane: true, //...other params... })
Type: Boolean
If true
, the upload pane is displayed in ThreePanes
layout; otherwise, it is hidden.
Default value is true.
This property makes sense in ThreePanes
layout only.