问题:IDEA中Struts2文件上传时404错误 The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
解决:
查看jsp文件,是否form表单中的action出问题,我的问题将action写成了name
解决:把上图中的name改成action即可
就成功了!
问题:IDEA中Struts2文件上传时404错误 The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
解决:
查看jsp文件,是否form表单中的action出问题,我的问题将action写成了name
解决:把上图中的name改成action即可
就成功了!