PDF file download through XHR Request

前端 未结 2 639
执念已碎
执念已碎 2021-01-02 16:38

Is it totally impossible to download a pdf file through an XHR request? I know there are many other discussions already on this topic but sadly, I am still not satisfied wit

2条回答
  •  旧时难觅i
    2021-01-02 16:54

    Have a look at this JQuery plugin jquery-file-download-plugin and here is the demo page of this plugin demo . I think its inserting iframe dynamically to DOM and produces look and feel just like AJAX request. It might be helpful for you.

提交回复
热议问题