일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- mysql
- KB국민카드
- centos
- 복현오거리
- 보르비스초월
- OpenWrt
- php
- 시놀로지
- 윈도우10
- iptime
- 가상서버호스팅
- jQuery
- PHP-FPM
- Rocky
- 알뜰폰
- 리눅스
- proxmox
- 스톤에이지
- Apache
- 라즈베리파이2
- ConoHa
- 자바스크립트
- 티스토리
- 램가스초월
- 알리익스프레스
- 소비전력
- KB증권
- SKT
- 아파치
- 킹북이초월
- Today
- Total
목록zip다운로드 (1)
맛집 여행 캠핑 일상 생활
PHP ZIP 파일 다운로드 시 올바르지 않습니다 에러시
PHP ZIP 파일 다운로드 시 올바르지 않습니다 에러시 압축 파일을 다운로드 해서 열어볼때 올바르지 않습니다 에러가 나는 경우가 있군요~readfile 하기전에 ob_clean 과 flush 를 해주니 잘 동작 하는군요~header("Content-Type: application/octet-stream;");header("Content-Disposition: attachment; filename=$filename");header("Content-Transfer-Encoding: binary");header("Content-Length: ".(string)filesize($DOWNLOAD_PATH));header("Cache-Control: cache, must-revalidate");header("Pr..
LAMP
2017. 1. 26. 16:05