하루하나
$("#mydropzone").dropzone({ init: function() { var $this = this; $("button#clear-dropzone").click(function() { $this.removeAllFiles(true); }); } }); dropzone 안에 파일을 모두 삭제한다. how to cancel to upload in dropzone.js