gpt4 book ai didi

grails - 在Grails Controller中打开或下载URL链接

转载 作者:行者123 更新时间:2023-12-02 14:30:47 25 4
gpt4 key购买 nike

我想在Grails Controller 方法中呈现或下载链接到PDF的URL。我可以在新的或相同的标签页中打开它,也可以只下载它。这是怎么做到的?

到目前为止,我有:

render(url: "http://test.com/my.pdf")

但是,使用此方法和其他尝试方法会出现错误,例如使用内容呈现响应。有什么线索吗?

最佳答案

一种选择是

class ExampleController {
def download() {
redirect(url: "http://www.pdf995.com/samples/pdf.pdf")
}
}

根据用户浏览器的偏好设置,转到 localhost:8080/appName/example/download将下载文件或在同一选项卡中打开文件进行读取。

我使用grails 2.5.0

关于grails - 在Grails Controller中打开或下载URL链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31341250/

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