Page 2 of 2

File Upload Tutorial

Posted: Mon Jul 08, 2013 10:38 am
by Deon

I have shared it.

App Name is "Crossing BO"


File Upload Tutorial

Posted: Mon Jul 08, 2013 12:40 pm
by Kateryna Grynko

We'll take a look and update.


File Upload Tutorial

Posted: Mon Jul 08, 2013 1:05 pm
by Deon

Thank you.


File Upload Tutorial

Posted: Mon Jul 08, 2013 2:15 pm
by Kateryna Grynko

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


File Upload Tutorial

Posted: Mon Jul 08, 2013 3:06 pm
by Deon

Great, thank you very much!