Gets or sets a height of the folder pane.
$au.uploader({ folderPane: { //...other params... height: 300, //...other params... } })Get/Set Value at Runtime
$au.uploader('uploaderID').folderPane().height(value); value = $au.uploader('uploaderID').folderPane().height();
Type: Number
The height of the folder pane. If you want to hide the folder pane, set this property to 0
; by setting this property equal to height you can hide the upload pane.
Default value is 300.