如何使用 Servlet 和 AJAX 下载 MySQL 的 BLOB?
我正在使用 servlet 来访问 MySQL 数据。我已经有了将文件从 servlet 发送到响应的代码。
我不知道如何用 javascript 捕获它,因为我不是通过提交进行此调用。我不想重新加载漏洞页面。
我尝试向 servlet 创建一个 window.open,通过 URL 发送所有参数,但它只打开一个空白页面。
I'm using a servlet to access the MySQL data. I already have the code for sending the file from the servlet to the response.
What I don't know is how I'm supossed to catch it with javascript, because I'm not making this call by submit. I don't want to reload the hole page.
I tried making a window.open to the servlet, sending all the params by URL, but it only opens a blank page.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,要下载该文件,我只需查询 blob 文件,然后:
Ok, to download the file, I just query the blob file and then: