[TYPO3-dev] Max File Size / Upload Limit

Steffen Kamper steffen at sk-typo3.de
Wed Dec 12 19:39:26 CET 2007


"Patrick Gaumond" <patrick at typo3quebec.org> schrieb im Newsbeitrag 
news:mailman.1.1197482258.14769.typo3-dev at lists.netfielders.de...
> Benjamin Mack wrote:
>
>> 1) The option "maxFileSize" is going to get deprecated, and it is set 
>> automatically to a new function "getMaxUploadFilesize()" (that does a 
>> "ini_get(upload_max_filesize)") and change all places in the core from 
>> maxFileSize to this function, this option will be kept for a couple of 
>> more versions in core, but not in the installer options list.
>>
>> 2) For TCA: If no one sets a "max_size" limit for a configuration option, 
>> the "getMaxUploadFilesize" is used in general. Then, we remove the 
>> max_size from tt_content-images.
>>
>> 3) The new installer checks if the PHP.ini setting is set too low or 
>> could have a small area about uploads / limits / timeout limits etc.
>>
>> What do you think?
>
> I think that could be better than rely on this page to remind me where to 
> look: http://wiki.typo3.org/index.php/How_to_upload_big_files
>
> :)
>
> Maybe check also with our DAM specialists could bring some more 
> suggestions.
>
> Patrick

one solution is forgotten: pageTS

What's about taking initial upload size from php.ini (while setup) ? Because 
this value is not reachable for most users.
So setting all values to this size, the user can determine if he wants to 
lower it.
Maybe an action in install too can restore these values at once (reading 
from php.ini)

vg  Steffen 






More information about the TYPO3-dev mailing list