Codeigniter 3 Tutorial – AJAX Drag and Drop files upload with Codeigniter and DropzoneJS
Codeigniter 3 Tutorial – AJAX Drag and Drop files upload with Codeigniter and DropzoneJS
In this video we’re going to discuss about how to upload multi file asynchronously with Codeigniter and dropzoneJS, Remove File already stored in server, Show all files stored in server even when page refreshed.
From the official website it say that DropzoneJS is an open source library that provides drag and drop file uploads with image previews.
It’s lightweight, doesn’t depend on any other library
(like jQuery) and is highly customizable. For more detail
you can see in dropzonjs website here:
http://www.dropzonejs.com
Source Code:
Start (Basic Setup):
https://github.com/edomaru/ci_dropzone/archive/start.zip
Finish:
https://github.com/edomaru/ci_dropzone/archive/finish.zip
source