Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
Last synced: about 1 month 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-17T17:11:58.000Z (over 1 year ago)
- Last Synced: 2023-09-17T18:10:11.113Z (over 1 year ago)
- Language: PHP
- 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)