I would like to get the metadata of an image that a user drags and drops into a webpage. I have the drag and drop set up. However, the image isn't actually uploaded to a server. It's accessed locally. Can I still get the metadata from the image using Javascript? If so, how do I do this? What good libraries are there?
If not, do I absolutely have to upload the image in order to extract the metadata? What's the fastest way to upload an image in Javascript?