As noted in these questions, there are cases where foto uploads on iOS have their geolocation and other EXIF metadata removed (in safari):
https://apple.stackexchang
There are now methods to access raw tag information. This enables you to take your desired
EXIF
data, put it in a concealed form field, and send it with the real upload of the file.
To get the EXIF:
$(this).get(0).files
to get the list of selected files.jsjpegmeta
.This way you can get all the exif Information before its removed.