使用springmvc上传图片报错,第二次上传同名文件会报图片already exists and could not deleted
File targetFile = new File(path, changName);
if(!targetFile.exists()){
targetFile.mkdirs();
}
file.transferTo(targetFile);
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
推荐你使用MultipartHttpServletRequest这种方式获取附件信息