devkev16

Results 2 comments of devkev16

I can confirm this using angular-file-upload v2.5.0 or v2.3.4, Google Chrome Version 59.0.3071.104 (Official build) (x64) and AngularJS v1.6.4 or v1.5.9 ![image](https://user-images.githubusercontent.com/2837509/28859744-77ea8fd6-7759-11e7-9310-e58184bec42d.png)

Hi @mkloubert, I was able to fix this by calling stream.resume() because in the get function there is a call to stream.pause() which ensures the data event is not fired...