前提
PHPでのファイルダウンロード処理を作成しています。
ファイルをダウンロードすると、ファイル名が、文字化けしてしまい、mac上で拡張子がついていないようです。
該当のソースコード
php
1header('Content-Type: application/octet-stream'); 2header("Content-Transfer-Encoding: Binary"); 3header('Content-Disposition: attachment; filename*=UTF-8\'\'' . rawurlencode($filename));
php
1header('Content-Type: application/octet-stream'); 2header("Content-Transfer-Encoding: Binary"); 3header('Content-Disposition: attachment; filename="' . 4 mb_convert_encoding($filename, 'Shift_JIS', 'UTF-8') . '"');
でも同様の結果となってしまいます。
何か考えられる原因というのはありますでしょうか。

バッドをするには、ログインかつ
こちらの条件を満たす必要があります。