使用Dropzone拖放功能,并希望包含可编辑的文本字段

时间:2016-05-03 12:34:21

标签: jquery drag-and-drop dropzone.js

我尝试使用dropzone.js进行拖动和拖动功能,但在制作时遇到了一些困难。

请参考图片。 enter image description here

1)。在拖动区域拖动图像后,图像应该在该部分下方上传,而不是在该部分中,我可以在相同的拖放区域上传图像,但不知道如何将其移动。

2)。应该有一个可编辑的文本区域框和图像,尝试找到它但没有得到任何。

请帮助我,做什么做与ref相同。图像。

提前全部谢谢

1 个答案:

答案 0 :(得分:0)

this.on("success", function (file, responseText) {
                    //$('div.dz-file-preview').remove();
                    if ($("#demo-upload .dz-preview").length > 0)
                    {
                        $("#demo-upload .dz-preview").append('<input type="text">');
                    }

                });

On your success event add this