Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fetch images #194

Open
Deboracgs opened this issue Feb 13, 2019 · 3 comments
Open

fetch images #194

Deboracgs opened this issue Feb 13, 2019 · 3 comments

Comments

@Deboracgs
Copy link

how to display existing images from a url in dropzone?

@rehanumar
Copy link

rehanumar commented Jul 29, 2021

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.

@rehanumar
Copy link

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

@tummybos
Copy link

tummybos commented Apr 2, 2022

Why is this issue not receiving attention or an update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants