Page 5 of 9

Camera to Database.

Posted: Sun Sep 15, 2013 5:23 pm
by Grace Yip

So i want to map it to local storage but it does not show photo_buffer. So i cant map it...


Camera to Database.

Posted: Sun Sep 15, 2013 5:40 pm
by Illya Stepanov

You need to create it first (in Data tab, in the mapping window, right side on the top - Create variable - enter name - Click 'Create' choose Local storage variable) and then make mapping to it.


Camera to Database.

Posted: Mon Sep 16, 2013 10:40 am
by Grace Yip

ok thanks that did the trick


Camera to Database.

Posted: Tue Oct 08, 2013 3:38 pm
by Joe6207668

Hello!

Am I the only one that is only getting the names of the photos in the list item? I'm assuming this service is meant to show photos, and I'm confused how that is possible if we don't include an image in the list with the label.... Or maybe its something I don't understand.

Also for a slow working app, are you saying we should upload the images to the files collection and then call on it, instead of creating a photo collection?

Thanks,
Joe


Camera to Database.

Posted: Tue Oct 08, 2013 10:31 pm
by Alena Prykhodko

Hello! Please make sure you map response to Image component in that case it will be shown https://getsatisfaction.com/apperyio/... (Part 2)
What do you mean under files collection?


Camera to Database.

Posted: Thu Oct 10, 2013 7:04 pm
by Joe6207668

Hey!

Yes mapping the response to an actual image component worked as it should. Thanks.

By files collection I mean the files collection in a database and uploading images to that collection vs setting up and uploading to a created "photos" collection.


Camera to Database.

Posted: Thu Oct 10, 2013 9:59 pm
by Alena Prykhodko

You can use previously created collection instead of creating new one, just set up that for existing collection.


Camera to Database.

Posted: Thu Oct 10, 2013 10:12 pm
by Joe6207668

Hey Alena,

I wasn't aware you could set up a database service with the file collection...


Camera to Database.

Posted: Fri Oct 11, 2013 8:23 am
by Maryna Brodina

Hello! To make it work more quickly use DB Files data instead storing base64encoded data in collection field. In collection field you can store image name and image in Files data.


Camera to Database.

Posted: Fri Oct 11, 2013 3:28 pm
by Joe6207668

Maryna,

Thanks for the response. Is there a built in database service we can use for the files collection?

Joe