![]() |
uploading multiple images, issues with multiple thumbs - 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: uploading multiple images, issues with multiple thumbs (/showthread.php?tid=48019) |
uploading multiple images, issues with multiple thumbs - El Forum - 01-01-2012 [eluser]Unknown[/eluser] Hello, I am new to Codeigniter and I am playing around with image upload and manipulation. I am attempting to upload multiple files and create a thumbnail for each one. The code below uploads multiple images just fine, but when using the upload->data() method to pull the full_path of the most recently uploaded file, it appears to grab only the first image uploaded. It is the same issue whether I set 'new_image' or 'create_thumb', it only creates a thumb for the first image uploaded. Here is the code for the view: Code: <h1>New Entry</h1> Here is the code in the model: Code: <?php Any help would be truly appreciated. uploading multiple images, issues with multiple thumbs - El Forum - 06-09-2012 [eluser]codie[/eluser] Hey eddykino,can u provide me full code for this. Have u done this multi upload thing with only one image field???? |