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
uploadmethod ofapp/controllers/Forums.phpand modify the$config['max_size'] = '500'; $config['max_width'] = '800'; $config['max_height'] = '800'; - Login to Reply