![]() |
Image lib bug or is it my fault? SOLVED - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Image lib bug or is it my fault? SOLVED (/showthread.php?tid=3461) |
Image lib bug or is it my fault? SOLVED - El Forum - 10-03-2007 [eluser]Jamongkad[/eluser] Hi all this seems like a small problem but annoying nonethelesss. When I upload one image I made a function that would do two resize calls. One that makes a thumb another a medium size image. Now I searched all around and tried to implement the solutions but it doesn't seem to work. Code: $file = $this->upload->data(); Thanks and more power to CI! Image lib bug or is it my fault? SOLVED - El Forum - 10-03-2007 [eluser]Jamongkad[/eluser] Whoops forget it problem solved! |