I am using the necessary intents (ACTION_IMAGE_CAPTURE etc) to take pi开发者_JAVA技巧cture and video which I used HTTPPost to send to a backend server (running java servlet).
One thing i noticed is that after the image and video are sent, over at the server side it is rotated 90 degrees clockwise.
Is there any way to resolve this? i am using FileEntity class method to send the pictures and videos.
Thanks In Advance, Perumal
精彩评论