무조건 링크건 화일 다운받기
링크걸면 다운이 안되거나 이상한 이름으로 변경되어 다운되는 경우가 있는데
이걸 해보려고 이리저리 돌아다니고 시간도 많이 잡아 먹었네요.
혹시 저처럼 헤메시는 분 있을까봐 소스 올려드려요.
제가 해본것은 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년 전
ㅝ~~~~~~~~~~~
우선, 좋은 정보 감사 합니다~! (__)끄박~!
동영상도? 되나여? ㅋㅋㅋㅋㅋㅋㅋ
동영상도 되면 좋은데 ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ
우선, 좋은 정보 감사 합니다~! (__)끄박~!
동영상도? 되나여? ㅋㅋㅋㅋㅋㅋㅋ
동영상도 되면 좋은데 ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1630 | 17년 전 | 2366 | ||
| 1629 | 17년 전 | 2836 | ||
| 1628 |
인스웨이브시스템즈
|
17년 전 | 4615 | |
| 1627 | 17년 전 | 2676 | ||
| 1626 |
silence
|
17년 전 | 1873 | |
| 1625 |
|
17년 전 | 3314 | |
| 1624 | 17년 전 | 3134 | ||
| 1623 | 17년 전 | 3856 | ||
| 1622 | 17년 전 | 2169 | ||
| 1621 | 17년 전 | 2349 | ||
| 1620 | 17년 전 | 10004 | ||
| 1619 | 17년 전 | 3500 | ||
| 1618 | 18년 전 | 3299 | ||
| 1617 | 18년 전 | 3188 | ||
| 1616 |
|
18년 전 | 2801 | |
| 1615 | 18년 전 | 4163 | ||
| 1614 |
에스카르고
|
18년 전 | 5503 | |
| 1613 | 18년 전 | 3739 | ||
| 1612 | 18년 전 | 3181 | ||
| 1611 | 18년 전 | 3606 | ||
| 1610 |
DHenny
|
18년 전 | 2257 | |
| 1609 | 18년 전 | 2685 | ||
| 1608 |
|
18년 전 | 3919 | |
| 1607 | 18년 전 | 2844 | ||
| 1606 |
|
18년 전 | 4354 | |
| 1605 | 18년 전 | 2075 | ||
| 1604 |
|
18년 전 | 2514 | |
| 1603 |
|
18년 전 | 2408 | |
| 1602 |
|
18년 전 | 3766 | |
| 1601 |
|
18년 전 | 3829 | |
| 1600 | 18년 전 | 2570 | ||
| 1599 | 18년 전 | 2639 | ||
| 1598 | 18년 전 | 2970 | ||
| 1597 |
|
18년 전 | 2802 | |
| 1596 |
|
18년 전 | 2010 | |
| 1595 |
|
18년 전 | 2181 | |
| 1594 | 18년 전 | 4831 | ||
| 1593 | 18년 전 | 4177 | ||
| 1592 | 18년 전 | 2800 | ||
| 1591 | 18년 전 | 2359 | ||
| 1590 | 18년 전 | 2863 | ||
| 1589 | 18년 전 | 2340 | ||
| 1588 |
|
18년 전 | 3501 | |
| 1587 | 18년 전 | 2172 | ||
| 1586 | 18년 전 | 1967 | ||
| 1585 | 18년 전 | 1823 | ||
| 1584 | 18년 전 | 1643 | ||
| 1583 | 18년 전 | 3237 | ||
| 1582 | 18년 전 | 4560 | ||
| 1581 | 18년 전 | 4839 | ||
| 1580 |
|
18년 전 | 2128 | |
| 1579 | 18년 전 | 3579 | ||
| 1578 | 18년 전 | 3304 | ||
| 1577 | 18년 전 | 4591 | ||
| 1576 | 18년 전 | 3239 | ||
| 1575 | 18년 전 | 4238 | ||
| 1574 |
개발전문가
|
18년 전 | 3922 | |
| 1573 |
mixdesign
|
18년 전 | 3611 | |
| 1572 |
mixdesign
|
18년 전 | 3011 | |
| 1571 |
mixdesign
|
18년 전 | 2906 | |
| 1570 | 18년 전 | 3482 | ||
| 1569 |
mixdesign
|
18년 전 | 2133 | |
| 1568 |
mixdesign
|
18년 전 | 2091 | |
| 1567 | 18년 전 | 5497 | ||
| 1566 |
mixdesign
|
18년 전 | 2671 | |
| 1565 |
mixdesign
|
18년 전 | 2413 | |
| 1564 | 18년 전 | 2720 | ||
| 1563 | 18년 전 | 2063 | ||
| 1562 | 18년 전 | 3049 | ||
| 1561 | 18년 전 | 10014 | ||
| 1560 |
행복속네잎크로버
|
18년 전 | 1912 | |
| 1559 | 18년 전 | 2827 | ||
| 1558 |
1111111
|
18년 전 | 2867 | |
| 1557 |
1111111
|
18년 전 | 2118 | |
| 1556 |
1111111
|
18년 전 | 2958 | |
| 1555 |
1111111
|
18년 전 | 3960 | |
| 1554 |
1111111
|
18년 전 | 2918 | |
| 1553 |
1111111
|
18년 전 | 2295 | |
| 1552 |
1111111
|
18년 전 | 6012 | |
| 1551 |
1111111
|
18년 전 | 3638 | |
| 1550 |
1111111
|
18년 전 | 6311 | |
| 1549 |
1111111
|
18년 전 | 2410 | |
| 1548 |
1111111
|
18년 전 | 2337 | |
| 1547 |
1111111
|
18년 전 | 2361 | |
| 1546 |
1111111
|
18년 전 | 3307 | |
| 1545 |
1111111
|
18년 전 | 3165 | |
| 1544 |
1111111
|
18년 전 | 1952 | |
| 1543 |
1111111
|
18년 전 | 3686 | |
| 1542 |
1111111
|
18년 전 | 1603 | |
| 1541 |
1111111
|
18년 전 | 1347 | |
| 1540 |
1111111
|
18년 전 | 1368 | |
| 1539 |
1111111
|
18년 전 | 1524 | |
| 1538 |
1111111
|
18년 전 | 1618 | |
| 1537 |
스카이부아
|
18년 전 | 3406 | |
| 1536 |
1111111
|
18년 전 | 2245 | |
| 1535 |
1111111
|
18년 전 | 1695 | |
| 1534 |
1111111
|
18년 전 | 2093 | |
| 1533 |
1111111
|
18년 전 | 4593 | |
| 1532 |
1111111
|
18년 전 | 2322 | |
| 1531 |
1111111
|
18년 전 | 2966 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기