FileField Role Limit

Component ID

1445696

Component name

FileField Role Limit

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

4046

Component created

Component changed

Component body

Overview

The Filefield Role Limit module is an extension of CCK FileField module and adds the capability to limit the max upload file size for each different user role.
Drupal 7.x version of this module works with File module included in Drupal Core.

Features

The module creates new settings for each FileField field to define different file upload max size limit for each user role (the limit can apply to single file or to the whole node's file).
Different limit values can be provided for each role and the module will automatically switch to default FileField max upload size behavior if no settings per user role are provided.

Requirements

6.x version

7.x version

FileField module has been moved to Drupal core, so the 7.x version of this module has no more dependencies.

Recommended modules

The Filefield Role Limit module works also with ImageField module.