I would like to receive metadata of the image which the user drags and gets on the web page. I have a drag and drop. However, the image is not actually uploaded to the server. It was available locally. Can I get metadata from an image using Javascript? If so, how do I do this? What good libraries exist?
If not, do I need to upload an image to extract metadata? What is the fastest way to load an image in javascript?
user748176
source share