Page 9 of 9

Camera to Database.

Posted: Tue Jun 17, 2014 3:27 am
by Zhong Liu

If I want upload the image to third party cloud storage(e.g. amazon s3), how to define the service? usually I will post a multipart entity.


Camera to Database.

Posted: Tue Jun 17, 2014 7:28 am
by Maryna Brodina

Hello!

We have tutorials showing how to work with multiple 3rd party services. Please take a look here http://devcenter.appery.io/tutorials/.... Unfortunately there is no tutorial specifically for amazon, but steps (defining service, request parameters, mapping, invoking service) would be pretty much the same.


Camera to Database.

Posted: Sun Sep 07, 2014 10:10 pm
by Ryan FP

So if I wanted it to save to a login(an account someone creates) how would I go about that? Like,lets say Bob uploads a photo,if Jon signs in he can see Bob's photo. I want it to be when Bob is signed in,Bob see's his photo then when Jon is signed he see's his photo.


Camera to Database.

Posted: Mon Sep 08, 2014 1:31 am
by Illya Stepanov

Hi Ryan, this login management approach is pretty well described in one of our tutorials, please check it out here.


Camera to Database.

Posted: Mon Sep 08, 2014 11:44 am
by Ryan FP

I have the login and registration already made and works well,but I want to know if I can have it so user one sees user one's photos and user two sees user twos photos. Right now, everyone sees the first photo uploaded to the database.


Camera to Database.

Posted: Mon Sep 08, 2014 7:29 pm
by Kateryna Grynko

Hi Ryan,

Could you please clarify what service you use to get photo? Please post screenshots of service settings, response parameters and mapping.


Camera to Database.

Posted: Wed Oct 29, 2014 2:42 am
by Rafael Biton

Hi Kateryna

I need send a photo to a external server, with PHP, do you have any tutorial about that?

Thank you so much


Camera to Database.

Posted: Wed Oct 29, 2014 11:05 am
by Maryna Brodina

Hello!

Unfortunately there is no tutorial and PHP is outside the scope of our support...


Camera to Database.

Posted: Wed Mar 04, 2015 11:35 pm
by Kenny Lee

I am stuck on the step "Map Response:

  • imageDataBase64 to new localStorage variable "photo_buffer" "

    On my Success Mapping screen there is no place to add a local storage variable, what screen do I do that on?

    I have been using this tutorial: http://devcenter.appery.io/tutorials/...

    But it seems like the UI in Appery has changed since that was created.