I am working with an input file type:
<input type='file' id='upload_files' name='upload_files' file-model='upload_files'/>
Is it possible to extract exif data from the uploaded image using only javascript/angularjs?
My attempt at using exif_read_data()
has not been successful as it appears that the exif data is already lost by that point.