Can the media module work with files stored on the file system?
Posted by webchuck on November 9, 2011 at 5:46am
I'm new to the media module, and am trying to extend it to pull a list of images from the file system rather than the database.
Here's my situation:
Imagine a multi-site environment like drupalgardens.com where you may have dozens of unique websites using a shared code base. You'd like to provide a shared image library for all website owners to view and choose images from. For obvious reasons, you don't want to maintain this library at the database level for each site, but rather at the code level just once.
