Page 1 of 1

uploading Image from App to database

Posted: Sun Jul 24, 2016 6:23 pm
by Paul Medawar

Hi,

I've successfully used the Camera device service to upload an image into my app from the device image library (ios).

I now want to upload the image in to my file database collection.

I have built a database service with the following settings.

Image

and am using the following mapping on a button click with no success.

Image

is there something I'm missing?


uploading Image from App to database

Posted: Mon Jul 25, 2016 11:53 am
by Illya Stepanov

Hi Paul -

We have an example in our Docs which shows the workflow how to work with binary data in the app for reading and sending, please check it out here: https://docs.appery.io/docs/database-...


uploading Image from App to database

Posted: Mon Jul 25, 2016 11:55 am
by Paul Medawar

Thanks Illya will try it