Rails嵌套表单和Dropzone

时间:2016-03-30 03:14:06

标签: javascript ruby-on-rails ruby ruby-on-rails-3 dropzone.js

我正努力在产品表单上使用嵌套图像形式进行简单的dropzone工作,但经过大量搜索并更改代码我想知道如果dropzone支持嵌套表单,因为我无法在文件:

无论如何我的代码是:

null

<

$('#images').dropzone({// PDF dropzone element
  maxFilesize: 2, // Set the maximum file size to 256 MB
   maxFiles: 10,
    dictDefaultMessage: "drop your images here",
    paramName: "product[images_attributes][][foto]",
  addRemoveLinks: true, // Don't show remove links on dropzone itself.
 dictRemoveFile: 'Remover'

    // rest of code
 //
 });

0 个答案:

没有答案