Project

General

Profile

Actions

Feature #16338

closed

hardcoded limit for mailform attachment

Added by Steffen Kamper almost 18 years ago. Updated about 17 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
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)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #17036: Still 250000 bytes maximum size is hardcoded for mailform attachmentsClosedErnesto Baschny2007-02-24

Actions
Actions #1

Updated by Jo Hasenau about 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

Also available in: Atom PDF