Hi all,

I am trying on a new Drupal project where the user has to be able to upload a video
(was going to use http://drupal.org/project/video for this).

But this video can only be viewed by himself and some users he can select.

What are the best modules to achieve this?

Any ideas?

Thanks a lot!!

Comments

Use Node access user

Use Node access user reference http://drupal.org/project/nodeaccess_userreference

This is great if you want your content authors to be able to choose additional authors, or choose who can view their content, as well as being able to display the list of authors or viewers within your content, or in views displays.

Thanks!

Looks nice,
Will give it a try soon!

Thanks a lot!!