Filename length (export)

15 views
Skip to first unread message

Louis Bronne

unread,
Mar 14, 2016, 10:13:38 AM3/14/16
to phrasea-devel
Hello,
In modern operating systems filename size is limited to 255 characters.
Wouldn't it be appropriate to increase the limit for export files?
Yours sincerely,
- Louis


--- a/lib/classes/set/export.php
+++ b/lib/classes/set/export.php
@@ -591,7 +591,7 @@ class set_export extends set_abstract
                 }
             }
 
-            $max_length = 31 - $sizeMaxExt - $sizeMaxAjout;
+            $max_length = 255 - $sizeMaxExt - $sizeMaxAjout;

Reply all
Reply to author
Forward
0 new messages