Actions
Feature #16338
closedhardcoded limit for mailform attachment
Start date:
2006-07-11
Due date:
% Done:
0%
Estimated time:
PHP Version:
4
Tags:
Complexity:
Sprint Focus:
Description
the max. filesize is still hardcoded in class.t3lib_formmail.php
if (filesize($theFile) < 250000)
would be nice to have a configuration var to change it from outside
(issue imported from #M3822)
Actions