I'm stucked with a big problem, I've built a field using "upload image plugin" and when I try to upload vertical images from mobile, it is saved as horizontal.. how can this issue be fixed any idea? thanks
I'm afraid you can't do much here with current image upload field - problem is images on mobiles are not actually rotated, they have this rotation written in the exif data. To read exif data you need special php extension which is not always available, this is why it is no a part of standard image uplaod field yet.
Thanks klas, appreciation for your fast response..
I have exif extension enabled on my PHP, where should I do this reading of the exif data and rotation.. can you guide me please?? I must do a core-hack to the upload_image plugin.. later on i will duplicate it and build a new one...