Welcome Guest, Not a member yet? Register   Sign In
The image you are attempting to upload exceedes the maximum height or width
#1

[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 :-)
#2

[eluser]raenk[/eluser]
What are your image dimensions (pixels) ?

Make sure they're not beyond the limits you set.




Theme © iAndrew 2016 - Forum software by © MyBB