how to upload and delete files from dropzone.js
For deleting thumbnails you have to enable addRemoveLinks: true, and to use “removedfile” option in dropzonejs removedfile: Called whenever a file is removed from the list. You can listen to this and delete the file from your server if you want to. addRemoveLinks: true, removedfile: function(file) { var _ref; return (_ref = file.previewElement) != null … Read more