FileUtils.copyInputStreamToFile保存文件时怎么设置保存类型
直接这样保存,文件类型成了
application/octet-stream
二进制了
FileUtils.copyInputStreamToFile(file.getInputStream(), imageSaveFile);
有没有设置保存类型的
supaz
11 years, 5 months ago