Dropzone is modifying my image before sending it
问题 I am facing a problem using Dropzone with an image: Dropzone is sending a file to my server that is different from the original file. I am using the library from the CDN https://cdnjs.cloudflare.com/ajax/libs/dropzone/5.7.0/dropzone.min.js. The file I send is https://picciao.com/img/photo-1.jpg The file I receive on my server is https://picciao.com/img/products/k1fDK7MRp40c3TVwPOu4FZOO.jpg As you can see, the image hasn't the same orientation. I do not understand where Dropzone is modifying