I know there is a known issue with iPhone photos uploading sideways or upside down. Here's a Stack Overload post about it: http://stackoverflow.com/questions/9353629/images-turning-sideways-upsid...

Any way to implement a fix for this with Multiupload module? Nothing wrong with the module, I know.

Comments

geerlingguy’s picture

Status: Active » Closed (works as designed)

This is a problem that can only be solved through using an Image Style in tandem with https://www.drupal.org/project/image_effects for Drupal 8 or https://www.drupal.org/project/imagecache_actions for Drupal 7.

bwaindwain’s picture

Be aware that php gd will strip off exif metadata from your image. So, if your image field has dimension limits, the exif data will be gone and imagecache_actions cannot auto-rotate the image.