![]() |
Display Uploaded Image Error - 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: Display Uploaded Image Error (/showthread.php?tid=55146) |
Display Uploaded Image Error - El Forum - 10-11-2012 [eluser]rochellecanale[/eluser] Hello guys just need a little help how can i view the uploaded picture? Here's my code below i dont know the error but it display a border image but without an image. Code: <?php foreach ($upload_data as $item => $value):?> Do i need to put the img tag inside my loop? Display Uploaded Image Error - El Forum - 10-12-2012 [eluser]Sanjay Sarvaiya[/eluser] check your full path and see is image available at that dir? Display Uploaded Image Error - El Forum - 10-12-2012 [eluser]rochellecanale[/eluser] ok i solved my own problem. i just need to replace the full path to http://localhost/..... |