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

QUESTION: How to save thumbnails #1960

Open IDCOLL opened 7 years ago

IDCOLL commented 7 years ago

I want to either save the thumbnails created through the "ngf-thumbnail="file" " or I want to create thumbnails before upload.

The reason is, I want to save the actual image and the thumbnail, the thumbnail can then be used to quickly display the image, and clicking on the thumbnail will load the actual large image.

How can I achieve this?

JonesWest commented 6 years ago

+1