suchen

Heim  >  Fragen und Antworten  >  Hauptteil

java - FileUtils.copyInputStreamToFile保存文件时怎么设置保存类型

直接这样保存,文件类型成了application/octet-stream 二进制了

FileUtils.copyInputStreamToFile(file.getInputStream(), imageSaveFile);

有没有设置保存类型的

PHPzPHPz2819 Tage vor884

Antworte allen(1)Ich werde antworten

  • 巴扎黑

    巴扎黑2017-04-17 13:11:35

    imageSaveFile这个是File对象吗?在创建file的时候,是根据文件名后缀类决定类型的,如xxxx.jpg,那么就是一个jpg图片类型的file。

    Antwort
    0
  • StornierenAntwort