Page 1 of 1

Populate mobileimage in mobilelist from mongolab gridfs

Posted: Wed Jul 30, 2014 4:52 pm
by S7014877

Hello, I am trying to populate a mobileimage in a mobilelist with images from the mongolab database gridfs - could you let me know how to do this


Populate mobileimage in mobilelist from mongolab gridfs

Posted: Wed Jul 30, 2014 6:23 pm
by Kateryna Grynko

Hello,

You can do it via REST service:
http://devcenter.appery.io/documentat...


Populate mobileimage in mobilelist from mongolab gridfs

Posted: Thu Jul 31, 2014 3:51 am
by S7014877

Thanks, let me try this....


Populate mobileimage in mobilelist from mongolab gridfs

Posted: Fri Aug 01, 2014 2:52 pm
by S7014877

Hello Katya,

I need to populate a list as n the attached document - how can I access a file collection image to populate to a corresponding data collection Image

Appreciate your help.

Thanks

S


Populate mobileimage in mobilelist from mongolab gridfs

Posted: Fri Aug 01, 2014 6:42 pm
by Kateryna Grynko

Hi,

For example, you can add a field 'file' to your collection where you will save file names. Then you'll be able to use them to generate a file link:
http://devcenter.appery.io/documentat...


Populate mobileimage in mobilelist from mongolab gridfs

Posted: Sat Aug 02, 2014 1:16 am
by S7014877

Ok, Let me try that.

Thanks,

S


Populate mobileimage in mobilelist from mongolab gridfs

Posted: Mon Aug 04, 2014 12:09 pm
by S7014877

Hello Katya,

I am still not able to map the GFS files to populate the mobilelist images - please take a look and advice - many thanks
S

Image Image Image Image Image


Populate mobileimage in mobilelist from mongolab gridfs

Posted: Wed Aug 06, 2014 12:42 am
by Yurii Orishchuk

Hi S,

Please take a look on the screen shot: http://prntscr.com/49yyfg/direct

This is something wrong in response. And it has brokes the json response format so that's why it can not be parsed.

You need to fix this.

Also please show us your mapping(with AddJS field) or how you want to populate file.

Regards