M Mostez Well-Known Member Licensed User Longtime User Jul 18, 2023 #1 Hi, I have a B4J server that serving a sign in/out page, I want to get user's geolocation when clicking the Save button, something like that: B4J: Sub Upload_Click (Params As Map) 'get user geo location lat long then, 'connect to SQL server and save data (no problem with that) End Sub TIA Attachments Image2.jpg 24 KB · Views: 218
Hi, I have a B4J server that serving a sign in/out page, I want to get user's geolocation when clicking the Save button, something like that: B4J: Sub Upload_Click (Params As Map) 'get user geo location lat long then, 'connect to SQL server and save data (no problem with that) End Sub TIA
tchart Well-Known Member Licensed User Longtime User Jul 18, 2023 #2 You would need to use their IP address if doing it from the server. Google IP geolocation - there are many free and paid services but it’s not an exact science. Upvote 0
You would need to use their IP address if doing it from the server. Google IP geolocation - there are many free and paid services but it’s not an exact science.