Forum Discussion

mbalcarek's avatar
mbalcarek
Copper Contributor
Oct 22, 2020

SharePoint 2013 EXIF data lost from jpg image files

Hello, We upload jpg images to our SharePoint 2013 site, and have noticed that we lose the EXIF data (lat / long) from the jpg. A a third party app which produced the images.    I have noticed htt...
  • mbalcarek's avatar
    Oct 23, 2020

    EXIF data (10/23/2020) is retained in jpg files in SharePoint 2013.

    I have tested SharePoint 2013 with EXIF data from first principals:

    1. first manually uploading jpg file to SharePoint and then downloading it, and it retains the EXIF data
    2. using CSOM code to upload the file and then manually down load it, and it retains the EXIF data
      1. Microsoft.SharePoint.Client.File.SaveBinaryDirect(context, doclibRelativeUrl, fs, true);

    I used https://www.conversion-tool.com/exifreader to check for the metadata .

     

    Looks like our issue may be related to our 3rd party software, or the code used to upload the images. My apologies for wasting everyone's time here.