Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 3944 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

How do you avoid incurring too much costs when using Go on on a cellular network. The bulk of the companies usage will be photographs. So, I was wondering if there is a way to sort of freezing the upload of the container file until the database is on a Wi-Fi network.  Alternatively one can sync server and the local copies possibly or use the camera roll to import at a later stage, but that would not be ideal for me and hence the question.

Posted

FileMaker 13 introduced the Get ( NetworkType ) function to determine the kind of network connection you're working on. Your scripting can decide to only upload your container data when the connection is on a Wi-Fi network. Get ( NetworkType ) = 3 for a Wi-Fi network.

  • Like 1
Posted

Can you expand on this, Jeremy? For example, let's say I am accessing a hosted file from FMGo with externally stored containers. Are you saying that you'd build a script for "Insert" that checks Get (NetworkType)=3, before it allows the Insert. Otherwise, the Insert would upload the file to the server's external container directory.

This topic is 3944 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.