Welcome Guest, Not a member yet? Register   Sign In
Server side Validation for image upload
#1

[eluser]MASS MASS[/eluser]
I am using upload library to upload image........

$config['allowed_types'] = 'gif|png|jpg';
$config['max_size'] = '10000';
$config['max_width'] = '200';
$config['max_heigth'] = '200';
$config['upload_path'] = './uploads/'
$this->load->library('upload', $config);


while user uploading image........user should upload minimum widht and minimum height

for this how to do.........

CI have only max_width and max_heigth.........


Messages In This Thread
Server side Validation for image upload - by El Forum - 11-24-2007, 12:47 AM
Server side Validation for image upload - by El Forum - 08-21-2008, 06:19 AM
Server side Validation for image upload - by El Forum - 08-21-2008, 08:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB