Page 1 of 1

Display Data on Website

Posted: Mon May 19, 2014 10:34 am
by Barron Nel

Can someone point me in the right direction here please.

Basically the app that I am building allows users to take photos and upload them to the Appery Backend DB.

My question is how do I now get those photos to my Webserver Platform which will be where various communities can view these photos taken by members who have downloaded the app.

TAG
build a platform, that displays app data captured in Mobile App


Display Data on Website

Posted: Mon May 19, 2014 11:19 am
by Evgene Karachevtsev

Hello,

Please, look at Appery.io File API documentation: http://docs.appery.io/documentation/b...


Display Data on Website

Posted: Mon May 19, 2014 12:47 pm
by Barron Nel

I think perhaps I explained myself incorrectly. I created your test app where I take a photo and then save it to a Database:

http://docs.appery.io/tutorials/using...

How do I now get those photos onto a web platform. That reference you sent me is for uploading or deleting from in the Mobile App itself.


Display Data on Website

Posted: Mon May 19, 2014 1:14 pm
by Evgene Karachevtsev

Here is REST API to retrieve file from DB: http://docs.appery.io/documentation/b...
You also can use a direct link to your file: http://docs.appery.io/documentation/b...


Display Data on Website

Posted: Mon May 19, 2014 1:21 pm
by Barron Nel

Ok great thanks for the quick response.....