TYPO3’s Powermail extension has the ability to upload files. That’s cool. But what if you need to specify a limit on the file size so you don’t get 5 MB large pictures for something that should just be a profile photo and should be fairly small.
There is a solution. Go edit your root TypoScript template setup and insert the following code into it:
plugin.tx_powermail_pi1.upload.filesize=2048
This will allow the uploading of files up to 2048 kb’s in size (2 MB)
3 comments
You ca find this option in Constanteditor too.
Default size is set to 1000kb.
greez
Björn
THX A LOT!
But where does the uploaded files go?
can anybody tell me?
Thank you.