Hi,
I'd like to provide my site's users an option to upload files to a specific directory, each user to its own private directory. For example, each authenticated-user would have a private directory (say under webfm-root) where he could manage his files.
I was wondering, does the module support, or have plans to support, such feature?
Thanks in advance,
Comments
Comment #1
robmilne commentedThe current permissions scheme won't be changing anytime soon since I'm off the project and what you are requesting isn't trivial.
Comment #2
royerd commentedI also need this function. I was trying to think of some workaround that would get me by. In my case, if the system would allow the user to upload a file and add a directory with the user's name on the fly, this would work. Or if the system would append (2) as in filename.doc(2) to the file so that we could put files with the same name in the same directory, that would be a possible solution.
Comment #3
rdeboerThis is now available as a patch to 6-2-12. See #863346: User-private upload directories