1、head里面的content要改

Request method 'GET' not supported问题的解决。

2、form 表单要做相应修改

Request method 'GET' not supported问题的解决。

3、发送请求的方法改为post

Request method 'GET' not supported问题的解决。

4、后台代码要的requestmethod=post,而且参数要对应好,file是对应jsp文件中name为file的上传文本的控件

Request method 'GET' not supported问题的解决。

 

Request method 'GET' not supported问题的解决。

相关文章:

  • 2021-10-03
  • 2021-07-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-09-25
  • 2021-12-03
猜你喜欢
  • 2022-12-23
  • 2021-12-09
  • 2021-07-24
  • 2021-08-21
  • 2021-07-27
  • 2021-11-30
相关资源
相似解决方案