File Management
leemchildress - March 27, 2008 - 16:09
I was wondering if Drupal had some type of file management system. I have several users on my current system that are able to upload files and then only have access to those files and no one elses.

Try the imce module
It allows users to upload a 'pool' of files that can then be shared
It can also limit the users
It can also limit the users to their "own" directories. Also, if you end up using custom CCK content types, you can use a FileField field type for the same function as well. Because Drupal is a toolkit as much as a CMS, there are often multiple paths to the same function-- you have to decide what works best for you and your project.