We are having problems with users uploading images to a site, and the exif orientation on these images are sometimes wrong.
Is there any way to access these exif data in razor?
Since Razor is just C#, you can do whatever is possible in C#:
http://stackoverflow.com/questions/58649/how-to-get-the-exif-data-from-a-file-using-c-sharp
You must be logged in to post in the forum