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).
-
What issue are you having with the code that you have tried to resolve Question?guest271314– guest2713142017-08-18 18:14:48 +00:00Commented Aug 18, 2017 at 18:14
-
I was able to make it working. by using req.responseType = "arraybuffer";Krutesh Amin– Krutesh Amin2017-08-20 10:31:47 +00:00Commented Aug 20, 2017 at 10:31
Add a comment
|