ImageUploaderFlash.EnableAutoRotation Property HTML5/Flash Uploader PHP

Supported technologies: Adobe FlashHTML 5

Gets or sets a value indicating whether the automatic EXIF-based photo rotation feature is enabled.

Syntax

PHP Initialize
public function getEnableAutoRotation() {
}

public function setEnableAutoRotation($value) {
}

Property Value

Type: boolean

If true, Flash Uploader automatically extracts the orientation information from an image and automatically rotates it. Otherwise, only manual rotation is available.

Default value is false.

Remarks

This feature works only for those photos which store EXIF information and when orientation details are written there. Keep in mind that not every camera can recognize orientation properly, and therefore HTML5/Flash Uploader will not rotate it.

See Also

Reference

Manual