doucang8303 2016-06-21 14:39
浏览 12
已采纳

错误帖子dropzoneJs

I will display existing files on server and then I want grab filename

I have code like this but dosent work for me when I'm click submit nothing filename : Content-Disposition: form-data; name="file[0]"

var adPhotosDropzoneEdit = new Dropzone(".Edit", {
  url: domainAdit,
  autoProcessQueue: false,
  uploadMultiple: true,
  parallelUploads: 10,
  clickable: '#upload__button__hole__map_edit',
  previewsContainer: '#preview-template-2',
  dictCancelUpload: "",
  addRemoveLinks: true,
  dictRemoveFile: "x",
  acceptedFiles: ".jpeg,.jpg,.png,.gif,.JPEG,.JPG,.PNG,.GIF",
  headers: {
    'X-CSRF-Token': token
  },

  init: function() {
    var mockFile = {
      name: "20160531101532_asasas.jpeg",
      size: 12345,
      type: 'image/jpeg'
    };
    this.addFile.call(this, mockFile);
    this.options.thumbnail.call(this, mockFile, base_url + "/front/hole/hole_gallery/download.jpg");
  },

  /*init: function () {
                this.on("completemultiple", function (file) {
                  this.removeAllFiles();
                });
              },*/

});
  • 写回答

1条回答 默认 最新

  • dongyi1429 2016-07-10 04:28
    关注

    the dropozone default "request Payload" is something like : Content-Disposition: form-data; name="file"

    if "uploadMultiple :true", then it will be like: Content-Disposition: form-data; name="file[]"

    The doc is here: http://www.dropzonejs.com/#config-paramName

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 基于MSP430f5529的MPU6050驱动,求出欧拉角
  • ¥20 Java-Oj-桌布的计算
  • ¥15 powerbuilder中的datawindow数据整合到新的DataWindow
  • ¥20 有人知道这种图怎么画吗?
  • ¥15 pyqt6如何引用qrc文件加载里面的的资源
  • ¥15 安卓JNI项目使用lua上的问题
  • ¥20 RL+GNN解决人员排班问题时梯度消失
  • ¥60 要数控稳压电源测试数据
  • ¥15 能帮我写下这个编程吗
  • ¥15 ikuai客户端l2tp协议链接报终止15信号和无法将p.p.p6转换为我的l2tp线路