Getting rather frustrated that the latest Android strips location EXIF from the web file picker.

Doesn't seem to be any workaround that'll let you pick a photo and have a web browser see the geolocation.

Like, I get the privacy issues, but it is rather frustrating for location-based web apps.

(Before reply-guying, please test if the code you found on a 4 year old StackOverflow post actually works on modern Android, thanks.)

#Android #EXIF

I used to backup my photos from Android with a script in Termux. I first stripped some of the exif data with exiftool (I think, it's been a few years) then used rsync to send them to back them up on my server. I'm not sure if something similar would work for you and just skip the exiftool part.

Also, I have another Termux script, where I can share any file and it uploads to an uploads folder on my server (as an alternative quick way to share something.) Give me a few minutes and I'll test if exif is preserved.
@sam it's for the public to upload to a public website but needs the location the photo was taken for it to function and work as the photos need to be located on a map.