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

Resize doesn't work when i upload .tiff file #2142

Open WarayAmine opened 3 years ago

WarayAmine commented 3 years ago

Hey there,

I am using the Upload.resize function when i upload files. It works well except when i am trying to use it on a .tiff file. All i get is the error on console that says "Possibly unhandled rejection : undefined".

If anyone got an idea, that'll be great.