I am working on a website and need a way to store and display images dynamically. Is there a way to either create a database that stores images or a database that points to a directory of images?
store the images on the server's filesystem and store the filename in a field in your database.