Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 JSP 页面中,我应该能够单击一个按钮,该按钮将打开小部件以执行文件保存选项。看起来 type=”xxxx” 的输入标签可以用于文件上传。我需要能够下载或保存文件。有什么可用的吗?
您需要从服务器发送带有标头的响应
内容处置:附件;文件名="你的文件名.ext"
然后只需<a>在您的页面中添加带有href =url 的标签,该 url 为带有所需响应标头的文件提供服务。
<a>
href =