CG
Asked
error The file you are attempting to upload is larger than the permitted size.
how can I increase this limit ?
- MSAnswered
You will need to edit
upload
method ofapp/controllers/Forums.php
and modify the$config['max_size'] = '500'; $config['max_width'] = '800'; $config['max_height'] = '800';
- Login to Reply