Closed (won't fix)
Project:
Node Images
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2008 at 00:00 UTC
Updated:
2 May 2008 at 16:50 UTC
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
Comment #1
develcuy commented@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!
Comment #2
Cory Goodwin commentedThanks 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.