I've set an upload limit under /admin/settings/uploads, but users can upload images beyond that limit. If they try to use the upload_image module, then they get an error message, but not with Image.

Comments

drewish’s picture

Status: Active » Closed (works as designed)

i could see how that would be confusing. that limit is specific to the upload module, not the image module. the image module doesn't track quotas.

salvis’s picture

Category: bug » feature
Status: Closed (works as designed) » Active

Sorry about my confusion. Could Image be enhanced to track quotas, maybe in cooperation with upload_image?

drewish’s picture

Status: Active » Postponed

it's a good feature but it'll be much easier to do in Drupal 6. i doubt i'll have to work on it until then so i'm going to mark this a postponed.

drewish’s picture

Version: 5.x-1.1 » 6.x-1.x-dev
drewish’s picture

Title: Image ignores upload limit » Per user file size quota

better title

shadyman@erroraccessdenied.com’s picture

Status: Postponed » Active

6.0 is here :)

kecinzer’s picture

It will be great future for 6 version.
Subscribign.

joachim’s picture

What I'd rather do is add a hook that's invoked in image_form_validate() after the temporary file is created, and let a contrib module provide a per-user quote; the same way http://drupal.org/project/filefield_upload_limit does for Filefield on D5.

Is there anyone still interested in this feature who would be able to put the time into a contrib module for this? If so, speak up and we can get this done. If not, I will mark this as postponed.

sun’s picture

Status: Active » Closed (won't fix)

Last update on this feature request was one year ago, and given that we're close to a D7 release, this issue won't fix anymore.