| GHengeveld |
|
|---|---|
|
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). |