Closed (works as designed)
Project:
DataBase File Manager
Version:
5.x-3.4
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2008 at 08:24 UTC
Updated:
22 Dec 2008 at 17:59 UTC
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
Comment #1
geoff_eagles commenteddbfm 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.
Comment #2
rooey commented