dfa1234 / ngx-image-compress

Angular library for uploading and compressing images
https://image-library.app
MIT License
86 stars 37 forks source link

file name when using uploadAndGetImageWithMaxSize #104

Closed ryanlifferth closed 1 year ago

ryanlifferth commented 1 year ago

I would like to set a max size in MegaBytes when I compress my images, so I'm using uploadAndGetImageWithMaxSize. However, I also need the fileName of the image in my process. Is there a way to get the fileName when using uploadAndGetImageWithMaxSize?

dfa1234 commented 1 year ago

Done