Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- android 효과음
- html5
- 폼메일
- 안드로이드 gcm
- php 취약점
- Android
- Mail Server
- 자동 생성
- 우분투
- dovecot
- soundpool
- javascript
- PHP
- WebView
- chart.js
- 안드로이드
- curl
- mysql
- not working
- FCM
- 안드로이드 푸시
- C#
- 설치
- 자바스크립트
- roundcube
- UML
- C# IO
- php 시큐어코딩
- xe
- 안드로이드 푸쉬
Archives
- Today
- Total
목록파일 (1)
그러냐
php 파일 다운로드시 파일깨짐현상
그동안 잘 쓰던 소스였다 그런데 갑자기 파일이 깨진다 $DNTYP = "0"; $DNTYP_TF = ($DNTYP) ? "attachment" : "inline"; $fSAVED = iconv('utf-8', 'euc-kr', $fSAVED);$fREAL = iconv('utf-8', 'euc-kr', $fREAL); if (!is_file($fREAL)) { echo "";exit;} // Header("Content-type: file/unknown"); header("Content-Type: application/ms-x-download"); header("Content-Type: application/octet-stream"); header("Content-Transfer-Encoding: bin..
php
2018. 12. 5. 15:31