2 Jun
2005
2 Jun
'05
8:08 p.m.
Issue status update for http://drupal.org/node/24183 Project: Drupal Version: cvs Component: upload.module Category: tasks Priority: normal Assigned to: drumm Reported by: drumm Updated by: drumm Status: patch Attachment: http://drupal.org/files/issues/upload.module_5.diff (4.01 KB) Currently the upload module checks two max file sizes. First it checks a global option; if its too big it quits. Then it checks another max file size (or even sizes) related to the roles which a user is in. We can remove the global option since the individual roles are checked. drumm