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;