使用 Wicket 以 AJAX 方式上传文件
我想在 Wicket 中使用 AJAX 上传文件。 在我看来,Wicket 不支持此功能。 是否可以?
I want to upload a file with AJAX in Wicket. It seems to me that Wicket does not support this feature. Is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
查看 Wicket 示例中的源代码进行上传: http://www.wicketstuff.org/ wicket13/上传/单。 它有标准版本和 ajax 版本的示例。
Check out the source code from the Wicket Examples for upload: http://www.wicketstuff.org/wicket13/upload/single. It has examples for both standard and ajax versions.
作为对旧问题的更新,现在似乎是可能的:
http:// /www.wicket-library.com/wicket-examples/ajax/upload
As an update to an old question, it seems it is possible right now:
http://www.wicket-library.com/wicket-examples/ajax/upload
这种方法对我来说适用于完整的 Ajax 检票口应用程序。
抱歉,这是 Scala 语法,但应该可以轻松转换回 Java 语法:
HTML:
This approach works for me with a full Ajax wicket app.
Sorry, this is Scala syntax but should be easily transferable back to Java syntax:
HTML: