zefoy / ngx-dropzone-wrapper

Angular wrapper library for Dropzone
MIT License
174 stars 51 forks source link

Show thumbnail for manually added files #107

Closed sb711 closed 6 years ago

sb711 commented 6 years ago

Hi, I was able to manually add files to dropzone component using : this.dropzone = this.componentRef.directiveRef.dropzone(); this.dropzone.files.push(myFile);

But I am unable to see the thumbnails for these files. How can I achieve that? Please reply asap.

sconix commented 6 years ago

This is just a wrapper for Dropzone, so I am not a Dropzone expert and don't know about Dropzone usage so you might have better luck asking in Dropzone related forums.