摘要:
jsp页面: 测试文件上传 SpringMVC框架中的对应的Controller方法:@RequestMapping("/save")public voidsave(MultipartFile upload,String p,HttpServletRequest request) throws IOException { if(upload!=null){ String realPath = request.getSession().getServletContext().getRealPath("/WEB-INF/upload");//先获取项目的发布 阅读全文
posted @ 2014-01-09 16:10
将夜
阅读(324)
评论(0)
推荐(0)

浙公网安备 33010602011771号