gpt4 book ai didi

jquery - 使用ajax下载JSP文件

转载 作者:行者123 更新时间:2023-12-01 07:16:55 24 4
gpt4 key购买 nike

为了下载文件,我使用ajax。我有三种状态:

"Download file" - before you click on the link.
"File is downloading..." - while the file is downloading
"Download file" - if the file was generated successful
"Error while downloading file" - if there was any error while download the file.

我正在使用JSP,jquery ajax。如何判断使用ajax下载文件出错还是下载成功。

最佳答案

您无法使用 ajax 下载文件并使其有用。 Ajax 响应被加载到 JavaScript 内存中。 JavaScript 没有磁盘访问权限来保存该文件。

因此,最好使用 header “content-type”Content-Disposition:attachment;以正常方式完成此操作; filename="file name.ext"使用普通请求。

这将下载文件,浏览器将为用户提供保存文件的选项。另请注意,这不会重新加载您的页面。

关于jquery - 使用ajax下载JSP文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17921797/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com