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.
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?
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.
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?