How add image into form with fields code Codeigniter
问题 I am new to Codeigniter and new to the MVC webdesign, i have plant insert form i want to upload image and save image name into database i tried many codes but not works please help me to write upload function plant insert form is below here <?php echo validation_errors(); ?> <?php echo form_open('AddPlant/InsertPlant')?> <div class="form-group has-error"> <label for="name">Name <span class="require">*</span></label> <input type="text" class="form-control" name="name" /> </div> <div class=