File Upload Tutorial
I have shared it.
App Name is "Crossing BO"
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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!