Question

I've a node type created by different users who will be uploading private files. Now all of whom land in sites/default/files folder which has public access and is visible to the world. I've tried Private Download module but it can't restrict other users to access one's uploaded files.

I'm using Drupal 6.2

Was it helpful?

Solution

This doesn't use the filefield module, but User Files allows making files private except to the uploading user.

EDIT:
filedepot may work for you. It will allow you to create a folder and only allow that user to access it. I haven't played around with it too much, but it can definitely be a useful tool.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top