Bind Image to File field in database
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?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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?
Hi Kieran,
You will need to use service for this purpose http://devcenter.appery.io/documentat...
http://devcenter.appery.io/documentat...
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