![]() |
Create directory after resizing the image with image_lib - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Create directory after resizing the image with image_lib (/showthread.php?tid=23387) |
Create directory after resizing the image with image_lib - El Forum - 10-09-2009 [eluser]evil_penguin[/eluser] Is it possible to create a folder after resizing the source and saving those resized image in new folder. Create directory after resizing the image with image_lib - El Forum - 10-09-2009 [eluser]rogierb[/eluser] Yes, just create a new folder and save the resized image in that new folder:-) http://nl.php.net/manual/en/function.mkdir.php |