PHP 게시판 - php filedown header

php filedown header




header("Pragma: public");
header("Expires: 0");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
header("Cache-Control: public");
header("Content-Description: File Transfer");
header("Content-type: application/octet-stream");
header("Content-Disposition: attachment; filename="{$_FILE_NAME}"");
header("Content-Transfer-Encoding: binary");
header("Content-Length: ".filesize($_FILE_PATH));
ob_end_flush();
readfile($_FILE_PATH.$_FILE_NAME);



첨부파일


Blogging > PHP 's Other Contents

PHP 게시판 - 게시물리스트


php filedown header 10/22
정규식 치환 02/17
HTML2DOC 03/21
Json Xml...전송시 문자 인코딩 01/19

첫페이지 이전페이지  1   다음페이지 마지막페이지