ogix / ng2-fancy-image-uploader

Angular2 async image uploader with preview:
https://ogix.github.io/fancy-image-uploader-demo
MIT License
18 stars 11 forks source link

How show initial image ? #16

Closed joaolori closed 6 years ago

joaolori commented 6 years ago

Hello,

I would like to set image from model. something like this is possible?:

 <fancy-image-uploader [options]="options" (onUpload)="onUpload($event,'PosterThumbnail')" [ngsrc]="obj.PosterThumbnail"

But still able to click/drag to upload other image?

ogix commented 6 years ago

Hello, this is duplicate of #15