HTML/Javascript Access EXIF data before file upload

后端 未结 3 1441
深忆病人
深忆病人 2020-12-05 05:54

I am trying to extract EXIF data from a image(jpeg) which has been dragged into the browser or has been selected via a html file input element.

I ma

3条回答
  •  感情败类
    2020-12-05 06:06

    Have a look at the code of the FxIF firefox extension. It reads exif data using only JavaScript. To read the file contents, you can use the FileReader API of modern browsers.

提交回复
热议问题