Closed (won't fix)
Project:
FileField
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2010 at 09:17 UTC
Updated:
6 Dec 2010 at 00:26 UTC
I couldn't find any issue for this feature so i opened one.
One of the useful feature for filefield and all module based on filefield is per file permission.
One use case is for photo galleries. Users can have public and private photos on each album.
The question is how to implement it. The first thing which comes into my mind is a simple checkbox for filefield items to let the user decide which one to show and also provide to different access for each filefield on drupal cck permissions. One for files without the tick and one for the rest.
Comments
Comment #1
quicksketchFileField does not have per-file permissions. However if you create a node for each file, you can use any node access control module to restrict access to the files also (which will inherit access from the node).
Comment #2
quicksketchMarking won't fix as we can no longer include new features in FileField now that it's been moved to core.