Gets a height of the user-selected file.
value = $au.uploader('uploaderID').files().get(index).height();
Type: Number
The height of this file (in pixels) if it is an image; otherwise, 0 is returned.
0