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

progress event not working with http #2098

Open Surbhiairan opened 5 years ago

Surbhiairan commented 5 years ago

Progress event is not fired when I am using upload.http({}). Can you explain ?