Methods
myDropzone.on("complete", function(file) {
myDropzone.removeFile(file);
});Dropzone.confirm = function(question, accepted, rejected) {
// Ask the question, and call accepted() or rejected() accordingly.
// CAREFUL: rejected might not be defined. Do nothing in that case.
};Last updated