From what I can tell node images doesn't respect the Default maximum file size per upload and Default total file size per user settings in the upload module.

If I am mistaken I apologize, but from tests I ran with a .1 total file size per user, I was able to upload around 500kb of photos.

Comments

develcuy’s picture

Status: Active » Closed (won't fix)

@DonCoryon, I've allowed upload of bigger files by configuring php.ini or .htaccess. In .htaccess by example:

php_value upload_max_filesize 30971520
php_value post_max_size 30971520

Hope this help

Blessings!

Cory Goodwin’s picture

Category: bug » feature

Thanks for writing, but I am talking about the opposite.

I want to limit the amount of files that a user can upload. The upload module comes standard with setting of limits. But with Node Images users have no restrictions.

This could be a feature request, I know the IMCE module has the limits as a separate configuration option.

But I thought since Node Images uses the upload module, it could verify the settings of the upload module before actually uploading anything. I guess writing this could be a feature suggestion as well.