Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I just looked to see if a module existed to handle file quotas, and nothing came of a five minute search. IMCE is an example of a specific purpose (competing) module that does do this.
It would be better if a separate module existed, so a global files quota could be enforced. It may not be possible (or at least clean) without the file hooks implemented in D7.
I do have plans for a per-user quota for the 2.x series, providing I can find a way of imposing this that will scale well. I know from many years experience working as an email admin that this is not so easy.
Comments
Comment #1
Grayside commentedI just looked to see if a module existed to handle file quotas, and nothing came of a five minute search. IMCE is an example of a specific purpose (competing) module that does do this.
It would be better if a separate module existed, so a global files quota could be enforced. It may not be possible (or at least clean) without the file hooks implemented in D7.
Comment #2
hutch commentedI do have plans for a per-user quota for the 2.x series, providing I can find a way of imposing this that will scale well. I know from many years experience working as an email admin that this is not so easy.
Comment #3
hutch commentedI have added quotas to the 2.x series for D5 and D6
Comment #4
hutch commented