Gets or sets a height of the folder pane.
$au.uploader({Get/Set Value at Runtime
folderPane: {
//...other params...
height: 300,
//...other params...
}
})
$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.