HttpClient + FileUpload 如何从 servlet 下载文件到我的应用程序?
我看过使用 HttpClient 和 FileUpload 的上传片段。但我找不到任何演示 HttpClient+FileUpload 下载的片段:(如果您知道链接甚至一些演示项目请分享,
非常感谢有用的评论:)
Andrew
I have watched the upload snippets which use HttpClient and FileUpload. But I couldn't find any snippet which demo the HttpClient+FileUpload download :( If you know links or even some demo projects share please
Much appreciated useful comments :)
Andrew
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Web 上下文中,您可以使用 ServletOutputStream。这里资源路径信息作为 HTTP 上的额外路径信息传递。
Within the web context, you can use a ServletOutputStream. Here resource path info is passed as the extra path info on the HTTP.