Gets or sets a rotation angle of the user-selected file.
$au.uploader('uploaderID').files().get(index).angle(value); value = $au.uploader('uploaderID').files().get(index).angle();
Type: Number
The rotation angle of this file. Possible values are:
0
90
180
270
Items can be rotated not only by the user, but also automatically, using the enableAutoRotation, and also by modifying this property.
This property affects the file even if the rotation control is disabled (enableRotation is false
).