Dropzone未显示现有图像预览

时间:2017-10-01 05:31:46

标签: php jquery html twitter-bootstrap dropzone.js

我试图将现有图像从文件夹显示为dropzone.But它不会正确显示预览。当我检查inpect元素问题是由于url没有转换为base64。

 var mockFile = { name: '85N2ouVOO02A1qg150685022765f1e892-8fd1-47d2-a59d-27d94e9c9438.jpg', size: '308386', type:'jpg', url: 'http://localhost/demo/public/blog/blog_post/85N2ouVOO02A1qg150685022765f1e892-8fd1-47d2-a59d-27d94e9c9438.jpg' };

                    dzClosure.emit("addedfile", mockFile);

// And optionally show the thumbnail of the file:
                    dzClosure.emit("thumbnail", mockFile, 'http://localhost/demo/public/blog/blog_post/85N2ouVOO02A1qg150685022765f1e892-8fd1-47d2-a59d-27d94e9c9438.jpg');

enter image description here

enter image description here

任何人都可以帮我了解如何显示预览和删除选项

0 个答案:

没有答案