CodeIgniter has an inbuilt upload
library that allows uploading files. You can specify various preferences like – destination path, valid file types, max file size, etc.
In this tutorial, I create a simple example to demonstrate file uploading in CodeIgniter 3.