[PHP-users 28199] Re: CSVファイルを開く
OKADA Yoshitada
okada @ sth.jp
2006年 1月 22日 (日) 22:42:23 JST
岡田です。
shi ma wrote:
> header("Content-Disposition: attachment; filename=".$filename1);
> header("Content-Type: application/octet-stream; name=".$filename1);
> header("Content-Length: ".filesize($filename));
Netscape は試してませんが,私の場合はこの部分を
以下のようにしています。
header( 'Content-Disposition: inline;filename=' . $filename1 );
header( 'Content-Type: application/data' );
試してみて下さい。
**********************************************
STH Technology Partners
岡田 好正(Okada Yoshitada)
Tel/Fax 03-6692-0554
e-mail okada @ sth.jp
Web http://www.sth.jp/
**********************************************
PHP-users メーリングリストの案内