I want to read XMP metadata of a JPEG file in JavaScript. I found a way for PHP (How can I read XMP data from a JPG with PHP?) and we can easily adapt it in JavaScript using AJAX, but the problem is : what about the distant images, those which are not on our server?
Thanks