Tweaked the last feature added to limit file name length
diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php
index a2437d0..42d02d9 100644
--- a/system/libraries/Upload.php
+++ b/system/libraries/Upload.php
@@ -81,6 +81,7 @@
 							'max_size'			=> 0,

 							'max_width'			=> 0,

 							'max_height'		=> 0,

+							'max_filename'		=> 0,

 							'allowed_types'		=> "",

 							'file_temp'			=> "",

 							'file_name'			=> "",