How to increase the product image upload size in Open Cart

Located in line 438

admin/controller/common/filemanager.php


if ($this->request->files['image']['size'] > 300000) {
     $json['error'] = $this->language->get('error_file_size');
}

No comments:

Post a Comment