무조건 링크건 화일 다운받기
링크걸면 다운이 안되거나 이상한 이름으로 변경되어 다운되는 경우가 있는데
이걸 해보려고 이리저리 돌아다니고 시간도 많이 잡아 먹었네요.
혹시 저처럼 헤메시는 분 있을까봐 소스 올려드려요.
제가 해본것은 jpg화일과 ai화일 다운되도록 한것 입니다. jpg화일도 그냥 열리는 경우가 대부분인데
jpg다운되구요. ai의 경우 ps확장자로 다운이 되었는데 이걸사용하니 정상적으로 다운되더군요.
-------------------------------------------------------------------------------------------------------
<?
$code = "/home/자신계정아이디/public_html/home/doc/down"; <--- 이부분만 자신의 환경에 맞게
$file="$code/$filename"; // 화일이 실제로 있는 위치를..
$file_size=filesize($file);
// 브라우저 골라서 헤더를 따로 따로 전송 해 준다.(5.5 일때는 다르게 해줘야 함)
if( strstr($HTTP_USER_AGENT,"MSIE 5.5")){
header("Content-Type: doesn/matter ");
header("Content-Disposition: filename=$filename ");
header("Content-Transfer-Encoding: binary ");
header("Pragma: no-cache");
header("Expires: 0");
}else{
Header("Content-type: file/unknown");
Header("Content-Disposition: attachment; filename=$filename");
Header("Content-Description: PHP3 Generated Data");
header("Pragma: no-cache");
header("Expires: 0");
}
if(is_file("$file")){
$fp = fopen("$file","r");
if (!fpassthru($fp))
fclose($fp);
}
?>
사용은
down.php 로 저장하면
down.php?filename=파일명<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:12:10 PHP & HTML에서 이동 됨]</div>
이걸 해보려고 이리저리 돌아다니고 시간도 많이 잡아 먹었네요.
혹시 저처럼 헤메시는 분 있을까봐 소스 올려드려요.
제가 해본것은 jpg화일과 ai화일 다운되도록 한것 입니다. jpg화일도 그냥 열리는 경우가 대부분인데
jpg다운되구요. ai의 경우 ps확장자로 다운이 되었는데 이걸사용하니 정상적으로 다운되더군요.
-------------------------------------------------------------------------------------------------------
<?
$code = "/home/자신계정아이디/public_html/home/doc/down"; <--- 이부분만 자신의 환경에 맞게
$file="$code/$filename"; // 화일이 실제로 있는 위치를..
$file_size=filesize($file);
// 브라우저 골라서 헤더를 따로 따로 전송 해 준다.(5.5 일때는 다르게 해줘야 함)
if( strstr($HTTP_USER_AGENT,"MSIE 5.5")){
header("Content-Type: doesn/matter ");
header("Content-Disposition: filename=$filename ");
header("Content-Transfer-Encoding: binary ");
header("Pragma: no-cache");
header("Expires: 0");
}else{
Header("Content-type: file/unknown");
Header("Content-Disposition: attachment; filename=$filename");
Header("Content-Description: PHP3 Generated Data");
header("Pragma: no-cache");
header("Expires: 0");
}
if(is_file("$file")){
$fp = fopen("$file","r");
if (!fpassthru($fp))
fclose($fp);
}
?>
사용은
down.php 로 저장하면
down.php?filename=파일명<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:12:10 PHP & HTML에서 이동 됨]</div>
댓글 1개
ⓦangcho
19년 전
ㅝ~~~~~~~~~~~
우선, 좋은 정보 감사 합니다~! (__)끄박~!
동영상도? 되나여? ㅋㅋㅋㅋㅋㅋㅋ
동영상도 되면 좋은데 ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ
우선, 좋은 정보 감사 합니다~! (__)끄박~!
동영상도? 되나여? ㅋㅋㅋㅋㅋㅋㅋ
동영상도 되면 좋은데 ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8130 | 9년 전 | 526 | ||
| 8129 |
|
9년 전 | 657 | |
| 8128 | 9년 전 | 522 | ||
| 8127 |
|
9년 전 | 579 | |
| 8126 | 9년 전 | 511 | ||
| 8125 | 9년 전 | 774 | ||
| 8124 |
|
9년 전 | 529 | |
| 8123 | 9년 전 | 512 | ||
| 8122 | 9년 전 | 440 | ||
| 8121 | 9년 전 | 550 | ||
| 8120 | 9년 전 | 473 | ||
| 8119 | 9년 전 | 556 | ||
| 8118 |
|
9년 전 | 638 | |
| 8117 |
|
9년 전 | 410 | |
| 8116 |
PASKRAN
|
9년 전 | 472 | |
| 8115 | 9년 전 | 461 | ||
| 8114 |
kiplayer
|
9년 전 | 601 | |
| 8113 | 9년 전 | 455 | ||
| 8112 |
|
9년 전 | 562 | |
| 8111 | 9년 전 | 412 | ||
| 8110 | 9년 전 | 448 | ||
| 8109 | 9년 전 | 381 | ||
| 8108 |
|
9년 전 | 550 | |
| 8107 |
|
9년 전 | 443 | |
| 8106 |
|
9년 전 | 445 | |
| 8105 | 9년 전 | 479 | ||
| 8104 |
|
9년 전 | 443 | |
| 8103 |
|
9년 전 | 440 | |
| 8102 |
|
9년 전 | 408 | |
| 8101 |
snshero
|
9년 전 | 797 | |
| 8100 | 9년 전 | 847 | ||
| 8099 | 9년 전 | 819 | ||
| 8098 | 9년 전 | 718 | ||
| 8097 | 9년 전 | 524 | ||
| 8096 | 9년 전 | 722 | ||
| 8095 | 9년 전 | 854 | ||
| 8094 | 9년 전 | 524 | ||
| 8093 | 9년 전 | 809 | ||
| 8092 | 9년 전 | 763 | ||
| 8091 | 9년 전 | 1149 | ||
| 8090 | 9년 전 | 776 | ||
| 8089 | 9년 전 | 981 | ||
| 8088 | 9년 전 | 655 | ||
| 8087 | 9년 전 | 776 | ||
| 8086 | 9년 전 | 528 | ||
| 8085 | 9년 전 | 494 | ||
| 8084 | 9년 전 | 615 | ||
| 8083 | 9년 전 | 583 | ||
| 8082 | 9년 전 | 767 | ||
| 8081 | 9년 전 | 475 | ||
| 8080 | 9년 전 | 576 | ||
| 8079 | 9년 전 | 534 | ||
| 8078 | 9년 전 | 456 | ||
| 8077 | 9년 전 | 542 | ||
| 8076 | 9년 전 | 416 | ||
| 8075 | 9년 전 | 450 | ||
| 8074 | 9년 전 | 408 | ||
| 8073 | 9년 전 | 463 | ||
| 8072 | 9년 전 | 459 | ||
| 8071 |
o1o111
|
9년 전 | 905 | |
| 8070 | 9년 전 | 412 | ||
| 8069 | 9년 전 | 347 | ||
| 8068 | 9년 전 | 601 | ||
| 8067 | 9년 전 | 400 | ||
| 8066 | 9년 전 | 432 | ||
| 8065 | 9년 전 | 392 | ||
| 8064 | 9년 전 | 376 | ||
| 8063 | 9년 전 | 345 | ||
| 8062 | 9년 전 | 314 | ||
| 8061 | 9년 전 | 358 | ||
| 8060 | 9년 전 | 398 | ||
| 8059 | 9년 전 | 336 | ||
| 8058 | 9년 전 | 261 | ||
| 8057 | 9년 전 | 394 | ||
| 8056 | 9년 전 | 315 | ||
| 8055 | 9년 전 | 361 | ||
| 8054 | 9년 전 | 372 | ||
| 8053 | 9년 전 | 419 | ||
| 8052 | 9년 전 | 296 | ||
| 8051 | 9년 전 | 341 | ||
| 8050 | 9년 전 | 398 | ||
| 8049 | 9년 전 | 332 | ||
| 8048 | 9년 전 | 442 | ||
| 8047 | 9년 전 | 374 | ||
| 8046 | 9년 전 | 319 | ||
| 8045 | 9년 전 | 269 | ||
| 8044 | 9년 전 | 352 | ||
| 8043 | 9년 전 | 302 | ||
| 8042 | 9년 전 | 301 | ||
| 8041 | 9년 전 | 362 | ||
| 8040 | 9년 전 | 284 | ||
| 8039 | 9년 전 | 324 | ||
| 8038 | 9년 전 | 274 | ||
| 8037 | 9년 전 | 414 | ||
| 8036 | 9년 전 | 497 | ||
| 8035 | 9년 전 | 441 | ||
| 8034 | 9년 전 | 398 | ||
| 8033 | 9년 전 | 357 | ||
| 8032 | 9년 전 | 455 | ||
| 8031 | 9년 전 | 360 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기