The image you are attempting to upload exceedes the maximum height or width |
[eluser]Unknown[/eluser]
Hi, Please help me in this case, An error is there! Error:The image you are attempting to upload exceedes the maximum height or width. My code is : $config['allowed_types'] = 'gif|jpg|png'; $config['max_size'] = '50000'; $config["encrypt_name"]=FALSE; $config['max_width'] = '1024'; $config['max_height'] = '768'; $this->load->library('upload', $config); and my image file size is 1.4 MB. Thanks in Advance Punit Tripathi http://www.punittripathi.com :-)
[eluser]raenk[/eluser]
What are your image dimensions (pixels) ? Make sure they're not beyond the limits you set. |
Welcome Guest, Not a member yet? Register Sign In |