Skip to content
Snippets Groups Projects
Forked from project / file_view_access
Loading
user avatar
arunkumarkuppuswamy authored
7f5851f5
History

FILE VIEW ACCESS

CONTENTS OF THIS FILE

  • Introduction
  • Requirements
  • Installation
  • Configuration
  • Maintainers

INTRODUCTION

The File View Access module helps to define the permission for the enduser to view the uploaded files or not. The uploaders can decide whether the uploaded file needs to be accessed by a particular set of users.

The privilege is assigned for each file that is uploaded by the user. This module was developed to overcome the problem with the private file system for specific file uploads rather than all.

REQUIREMENTS

This module requires no modules outside of Drupal core.

INSTALLATION

CONFIGURATION

1. Navigate to Administration > Extend and enable the module.
2. Enable the permission for roles to access the view access files at
   /admin/people/permissions#module-file_view_access
3. Enable file view access on required file upload fields.
4. During content creation define the files that have option to "file view
   access".
5. In display file will render for selected role only.

MAINTAINERS

Support by volunteers is available on

Acknowledgements:

  • This module developed based on the option in Private access in Drupal 6 module.