Grace Yip
Posts: 0
Joined: Wed Sep 11, 2013 7:47 pm

Camera to Database.

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

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Camera to Database.

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.

Grace Yip
Posts: 0
Joined: Wed Sep 11, 2013 7:47 pm

Camera to Database.

ok thanks that did the trick

Joe6207668
Posts: 0
Joined: Wed Sep 04, 2013 6:24 pm

Camera to Database.

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Camera to Database.

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?

Joe6207668
Posts: 0
Joined: Wed Sep 04, 2013 6:24 pm

Camera to Database.

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.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Camera to Database.

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

Joe6207668
Posts: 0
Joined: Wed Sep 04, 2013 6:24 pm

Camera to Database.

Hey Alena,

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Camera to Database.

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.

Joe6207668
Posts: 0
Joined: Wed Sep 04, 2013 6:24 pm

Camera to Database.

Maryna,

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

Joe

Return to “Issues”