我正努力在产品表单上使用嵌套图像形式进行简单的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
//
});