restful.js
restful.js copied to clipboard
Download file from server
Hi,
I want to download a file from server. I can make rest calls to the server, but when the response is a stream I got an error similar to following: "SyntaxError: Unexpected token /". I believe I need to change request/response headers, but didn't understand how to do it? Have any idea how to achieve this?
Thanks for the library. Cheers.