Works with any backend npm install Zero dependencies
Auto-Orient (EXIF Fix)

Automatically fix image orientation based on EXIF data before upload.

(function() {
    new MultipleUpload('#demo', {
        uploadUrl: '/api/upload',
        multiple: true,
        accept: 'image/*',
        showThumbnails: true,
        autoOrient: true
    });
})();
When to use: Photos from smartphones often have EXIF orientation tags that make them appear rotated. Enable autoOrient to fix this automatically.