28 Nov 2015 Just use XHR directly. This example is taken from MDN: var oReq = new XMLHttpRequest(); oReq.open("GET", "/myfile.png", true); oReq.responseType
16 Nov 2016 It download binary zip file via POST request in AngularJS + REST web ANGULAR --> All rights reserved