Open Deboracgs opened 5 years ago
any progress on this? I am getting reference to dropzone to set files myself. Like in this example
// callback and crossOrigin are optional
let mockFile = { name: "Filename", size: 12345 };
myDropzone.displayExistingFile(mockFile, 'https://image-url');
source: https://www.dropzonejs.com/#configuration-options
But dropzone ref don't have displayExistingFile
function.
Did some research. this article is the way to go.
https://hackernoon.com/how-to-display-existing-files-on-server-using-dropzonejs-and-go-53e24b57ba19
Why is this issue not receiving attention or an update?
how to display existing images from a url in dropzone?