Post not yet marked as solved
Post marked as unsolved with 2 replies, 783 views
We have a web page that lets users to upload an image. Users can select a file from library or take a photo.Below is the html5 snippet:<input type=file capture="camera" accept="image/*" value="select image">When user clicks on "select image" and selects a file from photo library or icloud, the GPS info is retained in the image returned.Whereas , if user choose to "take photo" and takes a photo with camera option, the image returned by camera does not have GPS info.Is this a privacy feature ? Is there a user setting to turn off this behavior?Already Location is allowed for camera. Other pictures taken with camera indepdently have GPS info in the image.Pls help.