So I'm trying to figure out how I can configure a filesystem with Play Framework 2.0 to store blob type files, while using a database to store it's directory/path to reference.
Having some trouble doing this, but I've found a link that shows you how to configure it as a main alternative, but it is in place of a database.
I'm trying to use the database to store the reference path in the file system so that I could reference that back to the actual location of the blob file or image stored. Has anyone done this before? If so, help or guidance would be greatly appreciated!
Here is the link: How to configure FS database in playframework 2.0?
(editor's note: this link is useless for this question, as it's describes configuring H2 storage configuration)
Thanks in advance!