'Read meta data from image file with javascript

Is there any way to read the metadata of an image file in an <img> tag using JavaScript?



Solution 1:[1]

No. You would have to download the image (e.g. using XmlHttpRequest) and parse the image yourself.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Oswald