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)
Updated by Jo Hasenau over 17 years ago
IMHO this is not just a "nice to have" but a "must have", since it's impossible now to create mailforms where the user can send attachments larger than 250K.
I have to hack this value each time my clients have updated their source to a new version.
A good solution would be a default value of 250000 that can be overriden by a TS-Config and/or TS-Setup parameter.
This is why I will create a new bug for it.
Actions