dwr - 在一个请求中上传文件和下载文件
是否可以上传一个文件,然后在收到响应时下载该文件,
我的意思是在一个请求中,我将上传一个文件并在一个操作中下载该文件?
is it possible to upload a file and subsequently when receiving response download the file,
I mean in one request I'll upload a file and download the file in one action?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
也许这个演示代码会对您有所帮助:
http://directwebremoting.org/dwr-demo/simple/download.html
Maybe this demo code will be helpful for you:
http://directwebremoting.org/dwr-demo/simple/download.html
是的,至少在 dwr 3 中可以做到这一点。
Yes It's possible to do that at least in dwr 3.
返回 Excel 以从客户端下载的示例:
//Java 端:
//Javascript 端:
An example which return a excel to download from client:
//Java side:
//Javascript side: