GWT 和异步文件上传 - 帮助
我想知道是否可以使用 GWT 以异步方式上传文件?不发送整个表格而是发送文件列表中的文件?我可以将 apache HttpComponents lib 与 GWT 一起使用吗? IO lib 不受支持,所以应该还有其他东西吗?我找不到该方向的任何教程。因此,任何代码片段都将不胜感激。
谢谢
I am wondering is it possible to upload files with GWT but in an async way? Not sending the whole form but to send a file from files list? Can I use apache HttpComponents lib with GWT? IO lib is not supported so there should be something else? I couldn't find any tutorials in that direction. So any code snippets will be much appreciated.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 gwtupload。
See gwtupload.