Page 2 of 3

Uploading files to Appery.io Database Tutorial Problem

Posted: Tue Jan 07, 2014 4:29 pm
by Hwoskar Rentas Vélez

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


Uploading files to Appery.io Database Tutorial Problem

Posted: Tue Jan 07, 2014 9:29 pm
by Alena Prykhodko

Hi,

Please post this code on tab HTML Source (see the image)

Image


Uploading files to Appery.io Database Tutorial Problem

Posted: Wed Jan 22, 2014 4:18 pm
by Hwoskar Rentas Vélez

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


Uploading files to Appery.io Database Tutorial Problem

Posted: Wed Jan 22, 2014 4:43 pm
by Kateryna Grynko

Hi Hwoskar,

What is the issue?


Uploading files to Appery.io Database Tutorial Problem

Posted: Wed Jan 22, 2014 4:51 pm
by Hwoskar Rentas Vélez

I test the app and click the upload button, but when I verify the Files Data collection on the DB is empty.


Uploading files to Appery.io Database Tutorial Problem

Posted: Wed Jan 22, 2014 4:51 pm
by Hwoskar Rentas Vélez

I share the app with appery.


Uploading files to Appery.io Database Tutorial Problem

Posted: Thu Jan 23, 2014 11:11 am
by Kateryna Grynko

Hwoskar,

Please give us credentials for app login.


Uploading files to Appery.io Database Tutorial Problem

Posted: Thu Jan 23, 2014 4:23 pm
by Hwoskar Rentas Vélez

Username: Hwoskar
Password: 1234


Uploading files to Appery.io Database Tutorial Problem

Posted: Fri Jan 24, 2014 7:31 am
by Kateryna Grynko

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


Uploading files to Appery.io Database Tutorial Problem

Posted: Mon Jan 27, 2014 4:18 pm
by Hwoskar Rentas

Thanks Katya!