标签: java http download smartgwt
我生成了一个pdf文件,现在它在服务器上现在有什么方法可以将它下载到我的桌面上吗?
我在客户端使用smartGWT,在服务器端使用java。
smartGWT
答案 0 :(得分:0)
写一个Servlet.这是example。
Servlet.
然后使用以下代码:
Window.open(GWT.getHostPageBaseURL() + "/PdfDownload?path=filepath, "", "");
按req.getParametr("filepath");
req.getParametr("filepath");