Page 1 of 1

Bind Image to File field in database

Posted: Sun Jul 27, 2014 2:53 am
by Kieran

I added a column to a collection with type File. I set the file in a row using the Media Manager. I want to bind this to the Asset field of an Image. How do I do this?


Bind Image to File field in database

Posted: Sun Jul 27, 2014 3:16 am
by Alena Prykhodko

Hi Kieran,

You will need to use service for this purpose http://devcenter.appery.io/documentat...
http://devcenter.appery.io/documentat...


Bind Image to File field in database

Posted: Sun Jul 27, 2014 3:26 am
by Bobby Newland

I had the same problem and was killing myself what I did Was host the image elsewhere and create a column in the database called image link and pasted the direct link to The image and then used the mapping to point the image link column to the Image asset and I was able to load all My images dynamically.not sure if it is what you are looking for but it solved my problem