How to Upload Image files Using Codeigniter? Codeigniter's Upload class Library
gives no hint for how to upload a image using simple form and upload the image to it's images folder which is present in the root directory...
Thanks in advance..
How to Upload Image files Using Codeigniter? Codeigniter's Upload class Library
gives no hint for how to upload a image using simple form and upload the image to it's images folder which is present in the root directory...
Thanks in advance..
Here is an example. Hope this would help you :)
in your controller. lets say
upload.php
Then in your view