Get response file use ExtJS

后端 未结 2 536
情书的邮戳
情书的邮戳 2021-01-19 00:57

I use ExtJS to build the client-side for my program. There\'s a situation that I want to send an Ajax request to server, and get the response file (binary file, not plain te

2条回答
  •  终归单人心
    2021-01-19 01:20

    You can save your file to server's file-system and send window.open('http://your.domain/your/file') to client side... where http://your.domain/your/file -link to file

提交回复
热议问题