java - 使用springmvc上传图片报错already exists and could not deleted
PHP中文网
PHP中文网 2017-04-17 11:58:35
0
1
1387

使用springmvc上传图片报错,第二次上传同名文件会报图片already exists and could not deleted
File targetFile = new File(path, changName);
if(!targetFile.exists()){
targetFile.mkdirs();
}
file.transferTo(targetFile);

PHP中文网
PHP中文网

认证0级讲师

répondre à tous(1)
小葫芦

推荐你使用MultipartHttpServletRequest这种方式获取附件信息

Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal