I am looking for a way to load images sort of dynamically. The requirement is to have a client logo added to a report but there is no way I can source and load every possible client logo.
My idea is to have the user save a required image in a specified folder and then scan the folder and bundle load every jpeg it finds.
First of all, is this possible and is this the best way to go about the problem and secondly, where do I start?!