I want to change the DBFM upload directory to a NAS on the LAN. I have the NAS permanently mounted on ubuntu, but I need to know how to write the uploaded DBFM files to the NAS. How do I change the default directory in DBFM to allow this?

Comments

geoff_eagles’s picture

dbfm doesn't store files in a directory (unlike webFM).
The files are initially uploaded to drupal's temporary directory before being compressed and packed into a longblob in the database, the temporary file is then deleted. You can call the dbfm directory whatever you like - it is only notional.

rooey’s picture

Status: Active » Closed (works as designed)