在下载之前检查文件的MIME类型(rar,zip等)

时间:2018-05-29 12:38:38

标签: php header zip mime-types rar

如何在下载之前检查要下载的文件是.zip还是.rar?

有很多未知的文件名没有扩展名,如:

  

0001;   技术; 0034; 000345; ....

header('Content-Type: application/octet-stream');
header('Content-Disposition: attachment; filename="file.zip');
header('Content-Disposition: attachment; filename="file.rar');

0 个答案:

没有答案