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 
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...