Retrieve files from Non-File Collection
How do you retrieve an image from a collection in the database, NOT THE FILE COLLECTION, and store it locally so that it can be displayed in an image component? Using just a request doesn't display the image, it shows a broken image link.
I've browsed the forum but found only how to do it with the file collection and a direct link to the item.
I'd like to not use the file collection to simplify the process of adding new entries to the database by the customer.