Uploading files to Appery.io Database Tutorial Problem
Hi Alena
I replace the code I have with this one and I still having the same problem, when I click the select file to upload button the browser don't open
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/
Hi Alena
I replace the code I have with this one and I still having the same problem, when I click the select file to upload button the browser don't open
Hi Alena
I post the code and now the app is running very well, but now I'm having problem when I try to see the photos file on the database. If you could help me with that.
Thanks
Hi Hwoskar,
What is the issue?
I test the app and click the upload button, but when I verify the Files Data collection on the DB is empty.
I share the app with appery.
Hwoskar,
Please give us credentials for app login.
Username: Hwoskar
Password: 1234
Hi Hwoskar,
You would need to change a file Upload.js :
1) ReplacepreserverUrl = 'https://api.appery.io/rest/1/db/files/+ file.name'/preWithpreserverUrl = 'https://api.appery.io/rest/1/db/files/' + file.name/pre
2) Replace preFileDB_settings['database.id']/preWithpreFileDB_settings['database_id']/pre
Thanks Katya!