Forums / Cotonti / Support / PFS Max filesize limit Question

GHengeveld
#23605 2010-03-17 09:28
Try this:
ini_set('upload_max_filesize', '8M'); 
This will change the value so you don't have to contact the host. You'll have to do this every time, so I suggest putting it in system/common.php (or make a plugin for it with a global hook).