/** * 文件上传 * @throws Exception */ protected ListuploadFile()throws Exception{ //得到当前工程的目录,然后自己再定义下保存的路径 //打印路径看是否存在 System.out.println(realpath); List saveFiles = new ArrayList (); if(files != null){ File savedir = new File(realpath) ; if(!savedir.exists()){ savedir.mkdirs() ; } for(int i=0;i