Gets or sets a height of the control.
$au.uploader({ //...other params... height: "400px", //...other params... })Get/Set Value at Runtime
$au.uploader('uploaderID').height(value); value = $au.uploader('uploaderID').height();
Type: String
The height of the control.
Default value is "400px".