문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top