I want to set a specific configuration
Added by Simo Abdou 9 months ago
Hi
I want to set a specific configuration, and I want to know is it possible
All the regsitered members in my website can use The filemanager.
So I want to set a folder to each member which has the same ID
Every user has a full privileges in his own folder (add, remove rename files etc.)
Each user has a specific quota of upload in his folder.
So is it possible to perform this configuration and how ?
thank's
Replies (1)
RE: I want to set a specific configuration
-
Added by Troex Nevelin 9 months ago
What you need to do is to set dynamically root option depending on current user, this can be something like '/path/to/site/public/'.$username, the directory with such name must already exist (or you have to create it manually).
elFinder does not handle quota, so there is no way to do it out-of-the-box, though there are couple of ways to implement it.
(1-1/1)