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

how to get chunk response during upload lage size file #1989

Open mingliao opened 7 years ago

mingliao commented 7 years ago

hi, thanks for make the angular plugin 👍 and I have a question when i upload a large file , i need to get the response in every chunk like below image

is there a api to get the chunk response tks