Chuck-Aguilar

Results 6 comments of Chuck-Aguilar

> Basically iOS does wierd stuff with the orientation. Server side I manually rotate the image based on detecting iOS source + orientation EXIF data, but the progress thumb is...

[Photo Rotation.zip](https://github.com/nervgh/angular-file-upload/files/153170/Photo.Rotation.zip) I did it in the preview, not just for iOS, but for each system. I didn't yet in server side :( Here's the code for thumbs: `` and...

[Pics.zip](https://github.com/nervgh/angular-file-upload/files/160987/Pics.zip) Here you go :) Many thanks :+1: Just a question, do you send in your module the pic turned? or is it just to show it?

Well, I have a solution. In server side, we've to add: `var blob = dataURItoBlob(photoController.pic); $scope.rotatedFile = blob;` `var dataURItoBlob = function(dataURI) { var binary = atob(dataURI.split(',')[1]); var mimeString =...

I don't have either Window. But I could recommend: 1- To use stack. There you'll have the stack.yaml and the _your-project_.cabal It works fine for me. 2- See here: https://github.com/LumiGuide/haskell-opencv/issues/1...