I had a need to have some fileshare nodes have a maximum upload limit and have implemented the feature. A patch file for the .install contains code to add a new field to hold the per node limit, in Kb (0 allows for unlimited). The patch file for the .module contains the logic to populate and act on the new field. Both are rolled into the attached .patch

Comments

scott.mclewin’s picture

Status: Active » Needs review

In reviewing at whether this had ever been looked at for acceptance I realized that I set the status wrong on my original post. Changing it.

scott.mclewin’s picture

Title: Maximum upload per fileshare » Maximum upload limit per fileshare
Version: 4.7.x-2.1 » 5.x-1.x-dev
StatusFileSize
new9.15 KB

Here is a version of the patch rolled against the Drupal 5 version of the fileshare module.