after enctype=“multipart/form-data” request not working

后端 未结 4 2007
你的背包
你的背包 2021-01-13 09:40

public class Relay extends HttpServlet {   
    @Override
    public void service(HttpServletRequest request, HttpServletResponse response)
    throws Servl         


        
4条回答
  •  轮回少年
    2021-01-13 09:57

    remove the form tag and use

    echo 

    I got the same issue whenever I use enctype="multipart/form-data" I didn't get the file name and when I remove that it was working fine try it it worked for me

提交回复
热议问题