I have to read file(pdf) from server and web service response i am getting of type application/octet-stream I need to create file stream and create file(pdf).
Asked
Active
Viewed 2,033 times
1
-
What issue are you having with the code that you have tried to resolve Question? – guest271314 Aug 18 '17 at 18:14
-
I was able to make it working. by using req.responseType = "arraybuffer"; – Krutesh Amin Aug 20 '17 at 10:31