Developer forum

Forum » Templates » Get Exif data from image

Get Exif data from image

Michael John
Reply

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?


Replies

 
Nicolai Pedersen
Reply

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