String webRootPath=request.getSession().getServletContext().getRealPath("/");
 webRootPath

    String uploadPath="download\\dadan\\";
            //uploadPath附加传入的路径,组成一个上传的完整路径
            uploadPath=webRootPath+uploadPath;

 

相关文章:

  • 2022-01-02
  • 2022-12-23
  • 2021-12-04
  • 2022-01-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-28
  • 2021-06-26
  • 2022-02-21
  • 2022-12-23
  • 2021-12-09
  • 2021-11-18
相关资源
相似解决方案