I am trying to upload images and re-size them in different dimensions within the same function. but what happens is that only one re-size works and the others don\'t . My co
You will need to make sure that you call $this->image_lib->clear(); as it resets the initialization of the image manipulation class. See: http://codeigniter.com/user_guide/libraries/image_lib.html