무조건 링크건 화일 다운받기
링크걸면 다운이 안되거나 이상한 이름으로 변경되어 다운되는 경우가 있는데
이걸 해보려고 이리저리 돌아다니고 시간도 많이 잡아 먹었네요.
혹시 저처럼 헤메시는 분 있을까봐 소스 올려드려요.
제가 해본것은 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년 전
ㅝ~~~~~~~~~~~
우선, 좋은 정보 감사 합니다~! (__)끄박~!
동영상도? 되나여? ㅋㅋㅋㅋㅋㅋㅋ
동영상도 되면 좋은데 ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ
우선, 좋은 정보 감사 합니다~! (__)끄박~!
동영상도? 되나여? ㅋㅋㅋㅋㅋㅋㅋ
동영상도 되면 좋은데 ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 830 |
|
19년 전 | 2176 | |
| 829 |
|
19년 전 | 1905 | |
| 828 |
|
19년 전 | 1797 | |
| 827 |
|
19년 전 | 1646 | |
| 826 |
|
19년 전 | 1844 | |
| 825 |
|
19년 전 | 1883 | |
| 824 |
|
19년 전 | 1941 | |
| 823 |
|
19년 전 | 2686 | |
| 822 |
|
19년 전 | 5310 | |
| 821 |
|
19년 전 | 1718 | |
| 820 |
|
19년 전 | 1563 | |
| 819 |
|
19년 전 | 1430 | |
| 818 |
|
19년 전 | 1588 | |
| 817 |
|
19년 전 | 1518 | |
| 816 |
|
19년 전 | 1438 | |
| 815 |
|
19년 전 | 1453 | |
| 814 |
|
19년 전 | 1377 | |
| 813 |
|
19년 전 | 1437 | |
| 812 | 19년 전 | 2808 | ||
| 811 |
pearly
|
19년 전 | 3823 | |
| 810 |
pearly
|
19년 전 | 5201 | |
| 809 |
|
19년 전 | 1369 | |
| 808 |
pearly
|
19년 전 | 4532 | |
| 807 | 19년 전 | 2974 | ||
| 806 |
|
19년 전 | 1490 | |
| 805 |
|
19년 전 | 2685 | |
| 804 |
|
19년 전 | 3612 | |
| 803 |
|
19년 전 | 1785 | |
| 802 |
|
19년 전 | 3788 | |
| 801 |
|
19년 전 | 1877 | |
| 800 | 19년 전 | 3770 | ||
| 799 | 19년 전 | 3428 | ||
| 798 | 19년 전 | 4200 | ||
| 797 | 19년 전 | 4050 | ||
| 796 |
|
19년 전 | 1886 | |
| 795 |
|
19년 전 | 1841 | |
| 794 | 19년 전 | 4269 | ||
| 793 | 19년 전 | 2666 | ||
| 792 | 19년 전 | 2539 | ||
| 791 | 19년 전 | 2390 | ||
| 790 | 19년 전 | 1967 | ||
| 789 | 19년 전 | 2578 | ||
| 788 | 19년 전 | 2197 | ||
| 787 | 19년 전 | 1842 | ||
| 786 | 19년 전 | 1971 | ||
| 785 | 19년 전 | 1440 | ||
| 784 |
|
19년 전 | 1688 | |
| 783 | 19년 전 | 2830 | ||
| 782 |
|
19년 전 | 1945 | |
| 781 | 19년 전 | 3234 | ||
| 780 | 19년 전 | 3138 | ||
| 779 |
|
19년 전 | 2241 | |
| 778 |
|
19년 전 | 1787 | |
| 777 | 19년 전 | 2829 | ||
| 776 | 19년 전 | 2897 | ||
| 775 | 19년 전 | 4008 | ||
| 774 |
|
19년 전 | 1971 | |
| 773 | 19년 전 | 2619 | ||
| 772 | 19년 전 | 2334 | ||
| 771 | 19년 전 | 3463 | ||
| 770 |
|
19년 전 | 1421 | |
| 769 | 19년 전 | 1487 | ||
| 768 | 19년 전 | 1763 | ||
| 767 | 19년 전 | 2202 | ||
| 766 | 19년 전 | 1832 | ||
| 765 | 19년 전 | 1693 | ||
| 764 |
|
19년 전 | 2100 | |
| 763 |
|
19년 전 | 2209 | |
| 762 |
|
19년 전 | 4963 | |
| 761 | 19년 전 | 2326 | ||
| 760 |
|
19년 전 | 3191 | |
| 759 | 19년 전 | 2639 | ||
| 758 |
|
19년 전 | 2405 | |
| 757 | 19년 전 | 4696 | ||
| 756 | 19년 전 | 2560 | ||
| 755 |
|
19년 전 | 2409 | |
| 754 |
|
19년 전 | 1944 | |
| 753 |
|
19년 전 | 1724 | |
| 752 |
pearly
|
19년 전 | 3360 | |
| 751 | 19년 전 | 2329 | ||
| 750 |
|
19년 전 | 6156 | |
| 749 | 19년 전 | 2018 | ||
| 748 |
|
19년 전 | 1895 | |
| 747 |
|
19년 전 | 2703 | |
| 746 |
|
19년 전 | 1807 | |
| 745 | 19년 전 | 2278 | ||
| 744 | 19년 전 | 2105 | ||
| 743 |
|
19년 전 | 3558 | |
| 742 | 19년 전 | 2570 | ||
| 741 | 19년 전 | 2739 | ||
| 740 |
|
19년 전 | 4362 | |
| 739 | 19년 전 | 3543 | ||
| 738 |
|
19년 전 | 2301 | |
| 737 | 19년 전 | 4292 | ||
| 736 | 19년 전 | 3261 | ||
| 735 |
홀로남은자
|
19년 전 | 4128 | |
| 734 |
홀로남은자
|
19년 전 | 2011 | |
| 733 |
홀로남은자
|
19년 전 | 2223 | |
| 732 | 19년 전 | 2138 | ||
| 731 | 19년 전 | 3347 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기