Powermail file upload size
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)
Related posts:
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.



You ca find this option in Constanteditor too.
Default size is set to 1000kb.
greez
Björn