Dropzone is a JavaScript library that allows uploading file by drag’n’drop and displays the file preview after upload.
It is easier to add to the page and it does not depend on any library like jQuery.
The file will upload to the server via AJAX.
In this tutorial, I show how you can use the Dropzone library to upload the file in CodeIgniter 3.