Hi,
In my server (back end), I'm creating a pdf/xls generating tool using jasper reports.
In my client side (front end), I'm using angularJs and consuming those reports in-order to download them from browser.
and set the headers as mentioned.
But, on my client side, while trying to convert the output from the server response into a BLOB, all I get is [object object].
I haven't used angularJs that much, and I'm finding it hard to debug this.
So, can we verify from server end that the response, we have created is a valid blob?