Welcome Guest, Not a member yet? Register   Sign In
Edit Uploaded image and edit the image file name
#3

[eluser]Neoraj3.0[/eluser]
Thanks I saw the file but I am not sure if I need to change anything in upload.php because in my example I am using "file_name" in the controller and placing it into a variable $image_name which should then update the database. Am I missing something?

Code:
//upload the new image
   $upload_data = $this->upload->data();
   $image_name = $upload_data['file_name'];


   if($_POST){

  $data = array(
    'image'=>$image_name
    
   );

            //update the new post
    $this->project->update_project($data);
  }


Messages In This Thread
Edit Uploaded image and edit the image file name - by El Forum - 09-20-2014, 03:01 PM
Edit Uploaded image and edit the image file name - by El Forum - 09-20-2014, 07:46 PM
Edit Uploaded image and edit the image file name - by El Forum - 09-21-2014, 04:24 AM
Edit Uploaded image and edit the image file name - by El Forum - 09-21-2014, 01:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB