![]() |
Please Help Me, My Upload Images Eror..!! - 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: Please Help Me, My Upload Images Eror..!! (/showthread.php?tid=37559) |
Please Help Me, My Upload Images Eror..!! - El Forum - 01-13-2011 [eluser]konank[/eluser] i'm trouble in path directory This is my controller Code: function index() And this is my Model Code: <?php Code: Array my question is why images stored on drive c??? not in my path.. C:\xampp\htdocs\new_ci\images Sorry my english not Good.. ![]() Please Help Me, My Upload Images Eror..!! - El Forum - 01-13-2011 [eluser]Cristian Gilè[/eluser] I think that the problem here is realpath. Try this: Code: $this->gallery_path = './images/'; Cristian Gilè Please Help Me, My Upload Images Eror..!! - El Forum - 01-13-2011 [eluser]konank[/eluser] OOppppss.... Just simple.. hehee.. Thank Youu.. ![]() |