关于“springmvc上传图片file already exists and could not deleted”
你好,我也遇到了你的问题。就是在springmvc上传同名图片会报错:filealreadyexistsandcouldnotdeleted。我看到你原先在百度知道有发布...
你好,我也遇到了你的问题。就是在springmvc上传同名图片会报错:file already exists and could not deleted。我看到你原先在百度知道有发布这个问题,不知道解决了没有呢?是通过什么办法 解决的呢
File targetFile = new File(path, changName);
if(!targetFile.exists()){
targetFile.mkdirs();
}
file.transferTo(targetFile);
查看了一下,是不是transferTo方法并没有即时关闭流?怎么关闭这个流呢?file是org.springframework.web.multipart.multipartFile 展开
File targetFile = new File(path, changName);
if(!targetFile.exists()){
targetFile.mkdirs();
}
file.transferTo(targetFile);
查看了一下,是不是transferTo方法并没有即时关闭流?怎么关闭这个流呢?file是org.springframework.web.multipart.multipartFile 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询