https://github.com/developer-ashwani-kumar/codeigniter-3-image-upload
Codeigniter 3 Image Upload Tutorial Example
https://github.com/developer-ashwani-kumar/codeigniter-3-image-upload
codeigniter codeigniter-image-upload codeigniter3
Last synced: 9 months ago
JSON representation
Codeigniter 3 Image Upload Tutorial Example
- Host: GitHub
- URL: https://github.com/developer-ashwani-kumar/codeigniter-3-image-upload
- Owner: developer-ashwani-kumar
- License: mit
- Created: 2023-09-17T17:06:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T17:11:58.000Z (over 2 years ago)
- Last Synced: 2025-02-09T05:27:24.547Z (11 months ago)
- Topics: codeigniter, codeigniter-image-upload, codeigniter3
- Language: PHP
- Homepage: https://www.buildwithphp.com/how-to-upload-image-in-codeigniter-with-database-example
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: license.txt
Awesome Lists containing this project
README
# Codeigniter 3 Image Upload Example
Image uploading is one of the most important functionalities of any back-end project because many images are required on a website, such as product images, category images, profile images, etc. We can upload these images to the Codeigniter website using CodeIgniter's image upload functionality.
Read: 👉 [https://www.buildwithphp.com/how-to-upload-image-in-codeigniter-with-database-example](https://www.buildwithphp.com/how-to-upload-image-in-codeigniter-with-database-example)
