Posted by biosv on June 3, 2009 at 12:43pm
Let's say that you want to keep some documents available for privileged users for a certain time period, and after which you make it available to public.
I guess there will be several ways to implement it, but can you think of a simple and efficient way to make it?
Comments
Sure use Workflows, set a
Sure use Workflows, set a scheduled action to unpublish a node (with the docs attached to it) at a specified time.
Pobster
Private upload
I've had good results with this module - for actually making the document "secure/private":
http://drupal.org/project/private_upload
You can install this and use it along with public uploads for your file management.
-backdrifting