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
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.