I have shared it.
App Name is "Crossing BO"
I have shared it.
App Name is "Crossing BO"
We'll take a look and update.
Thank you.
Hi Deon,
In dev-console there is the following error:
"Uncaught ReferenceError: FileDB_settings is not defined"
In your JS file "Upload" in the 14 line you use FileDB_settings to define database ID. But this variable is not described anywhere.
To get these options, use the object with service settings CrossingPlatter_settings.
That is, to get the database ID you need:
codeCrossingPlatter_settings.database_id/code
Great, thank you very much!