Hi. I am working on an app that allows image upload from the app. I understand that the uploaded images have to reside in the predefined Files collection for my database, and I have this working fine.
However, I am wanting to display that image with other data for a particular row in one of the collections I have created. (The user creates the row in this collection from the app also, and the image uploaded is associated with that.)
How can I do that?
Thanks, Jon