danialfarid / ng-file-upload

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

Upload progress does not work in MS Edge #1988

Open ghost opened 7 years ago

ghost commented 7 years ago

As stated in the title, the progress event does not fire in MS Edge. I'm not really sure yet if this is a MS Edge limitation or if the ng-file-upload does not support whatever/however MS Edge implemented their progress method. Please confirm.

Thanks.

filipeleal commented 6 years ago

Same here... Did you find a solution?