Skip to content
This repository was archived by the owner on Jun 5, 2022. It is now read-only.

Reload Component #81

Open
danilomolina opened this issue Oct 1, 2018 · 2 comments
Open

Reload Component #81

danilomolina opened this issue Oct 1, 2018 · 2 comments

Comments

@danilomolina
Copy link

how can I do a reload of the component after the end of the upload?

With that the reloaded images would disappear, for a new upload.

@andresalves
Copy link

I have the same problem. to solve I clean the array.

while (pictureFiles.length !== 0) { pictureFiles.pop(); }
instead of creating another fork. :(

@xfishernet
Copy link

something doesn't work for me, but how can I transfer the pictureFiles to the component?

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

No branches or pull requests

3 participants