Hi, I'm new to drupal and I hope I can get what I want from it.
I want to have a view restricted to registered users that lists files I upload to the server, the thing is I want the 1 user can see some files while other user can see other files, example:
I upload File A, file B, file C and file D
And I have User 1 and User 2:
I want that user1 can see and download file a, and file B, while user 2 can see and download file C and File D.
Is there a way to to do this in Drupal 7.x??
Help would be appreciated a lot.