I am having an issue with image orientation that I have a fix for but I relies on the metadata being in the image. When I view the image prior to upload it has an orientation of 6 but after uploading it, when its in the c# code on the server, it doesnt have this metadata available.
Is there something that could be going on when the kendo upload widget does its thing that could remove it?
in my MVC controller I am just creating an Image from the HttpPostedFileBase InputStream and pass that to my FixRotation method. No real code doing anything.
Is there something that could be going on when the kendo upload widget does its thing that could remove it?
in my MVC controller I am just creating an Image from the HttpPostedFileBase InputStream and pass that to my FixRotation method. No real code doing anything.