我试图将现有图像从文件夹显示为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');
任何人都可以帮我了解如何显示预览和删除选项