Actually it doesn't really matter if you store the files in db or filesystem. For the mod it's much faster to use the filesystem, so it can perform a fast check if the file is already cached than having to query the database for each case.
I recommend to store the attachment in the filesystem, otherwise you would carry the whole attachments in each of your database backup where the cached watermark files are on the filesystem nontheless.
|