[eluser]misterdonut[/eluser]
got the same problem.
my images won't resized.
but uploading's a breeze. anyone can share some codes for multiple upload?
TIA
// THUMB
$config[] = 'GD2';
$config['source_image'] = './uploads/'.$file_name;
$config['new_image'] = './thumb_'.$file_name; //path : './the place were you want the thumb to be saved/file begining'.filename;
$config['maintain_ratio'] = TRUE; // keep the ratio aspect on
$config['height'] = 150; // max height(if maintain_ratio is TRUE if it`s set on false it will just make the height the size you want it no matter what the picture ratio is)
$config['width'] = 150; // max width (if maintain_ratio is TRUE if it`s set on false it will just make the height the size you want it no matter what the picture ratio is)
$config['quality'] = 100; // quality