public String handleUploadData(@RequestParam("file") CommonsMultipartFile file){ if(!file.isEmpty()){ String path=this.servletContext.getRealPath("/tmp/");
確定! 回上一頁