Actions
Bug #17036
closedStill 250000 bytes maximum size is hardcoded for mailform attachments
Start date:
2007-02-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
People using the integrated mailform functions can't create forms, where users would be able to send attachments larger than 250000 bytes. This is really bad if you are using it i.e. as a contact form like this:
http://www.xposign.com/20.0.html
People can send large files of plans and maps here which is IMHO not very uncommon.
The value is hardcoded in class.t3lib_formmail.php, ahs been raised to 250000 a few versions ago but instead it should be replaced by a TS-config or TS-Setup parameter. The default could still be 250000 but it would be possible to raise this to a higher maximum without having to hack a core file each time you updated the source.
(issue imported from #M5065)
Files
Actions