struts2中使用ajax上传文件
如何使用ajax在struts 2中上传文件
How can I upload a file in struts 2 using ajax
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何使用ajax在struts 2中上传文件
How can I upload a file in struts 2 using ajax
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
下载 Struts2 jQuery 插件,然后像平常使用 Struts2 一样进行操作。
Download the Struts2 jQuery Plugin and do it like you normaly do it with Struts2.
如果您想将 json 数据返回给客户端,您可能会收到错误消息,出现文件下载对话框,将 json 下载为文本文件。我使用 struts2-json 插件来修复此错误,只需将以下配置添加到 struts.xml
我的示例中的操作中
If you want to return json data to client, you can get the error that a file download dialog appear to download json as a text file. I use struts2-json plugin so to fix this error, just add the following config to your action in struts.xml
my sample