From 0aac08e4a24b3fdad3af7f608f6861c18547a42b Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Sat, 4 Oct 2008 01:39:44 +0000 Subject: Tweaked the last feature added to limit file name length --- system/libraries/Upload.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/libraries/Upload.php') diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php index a2437d072..42d02d941 100644 --- a/system/libraries/Upload.php +++ b/system/libraries/Upload.php @@ -81,6 +81,7 @@ class CI_Upload { 'max_size' => 0, 'max_width' => 0, 'max_height' => 0, + 'max_filename' => 0, 'allowed_types' => "", 'file_temp' => "", 'file_name' => "", -- cgit v1.2.3-24-g4f1b