dropzonejs不是成功事件

时间:2017-11-13 13:38:38

标签: javascript php dropzone.js

我的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%而没有拒绝成功故事。

image error and success

0 个答案:

没有答案