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