danialfarid / ng-file-upload

Lightweight Angular directive to upload files with optional FileAPI shim for cross browser support
MIT License
7.87k stars 1.6k forks source link

Image thumbnail preview from remote location having username/password #2079

Open nkvls opened 6 years ago

nkvls commented 6 years ago

Hi, I want to show image thumbnail using 'ngf-thumbnail' but the image location is remote and accessible using user name and password. How can I do that using the following code...

I've managed to upload the image and show preview. But when I refresh the page, the preview image disappears because it has been uploaded to remote location. I want to show the preview from the remote location How can I do that...Is this achievable through this code or any other work-around?