hayageek / jquery-upload-file

jQuery Upload File plugin provides Multiple file Uploads with progress bar.Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.
http://hayageek.com/
MIT License
682 stars 417 forks source link

Image previews display in random orientations #170

Open eddycoder opened 7 years ago

eddycoder commented 7 years ago

With showPreview:true, the preview displays upside-down or sideways as often as it displays correctly. The same image will always produce the same result, in other words if a photo generates an upside-down preview then subsequent uploads of the same photo will also produce upside-down previews. Any idea why this might be happening, and if so, how to fix?

eddycoder commented 7 years ago

Found this: https://stackoverflow.com/questions/26133817/image-with-src-from-url-appearing-upside-down-or-sideways-sometimes

So it seems that by extracting the orientation from the EXIF data the preview could be rotated accordingly. Perhaps that could be integrated into a future version.

hayageek commented 6 years ago

Thanks for the info, I will make the changes.