我的Dropzone有问题。它不会在文件和下载时触发成功。以下是我的代码摘录(code on jsFiddle):
this.on("success", function(file,response) {
alert("fichier télécharger avec succes");
console.log(file,response);
var content=tinyMCE.activeEditor.getContent();
setTimeout(function(){ $('div.dz-success').remove(); }, 500);
});
添加效果很好,但进度条仍然被阻止在100%而没有拒绝成功故事。