Dropzone.js 上传文件自定义参数一起发送

Dropzone.js的使用:https://www.blyoo.com/4989.html

myDropzone.on("sending", function(file, xhr, formData) {
  formData.append("hello", "12345");
});

参考:

https://www.dropzonejs.com/#event-sending

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注




Enter Captcha Here :