반응형
Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- KnockoutJS
- 커피풍미
- fso
- shared
- 커피
- xamarin.android
- 함수
- vbscript
- ServerVariables
- Unity
- 프렌치프레스
- 여행
- asp
- Classic ASP
- 드립 커피
- 제주도
- xamarin
- xamarin.forms
- 자마린
- 커피블로그
- 커피역사
- KO
- 태그를 입력해 주세요.
- 원두
- 로부스타
- 리베리카
- NGUI
- Android
- 템플릿
- 아라비카
Archives
- Today
- Total
목록다운로드 (1)
개발人
Cross Doamin 파일 강제 다운로드
const adTypeBinary = 1Dim objXMLHTTP, objADOStream, objFSODim strFilePath, strFile, fullFilePathDim SaveFileFromUrl strFilePath = [Cross Doamin 경로]strFile = [다운로드할 파일명]fullFilePath = strFilePath & strFile Set objXMLHTTP = CreateObject("MSXML2.ServerXMLHTTP.3.0") objXMLHTTP.open "GET", fullFilePath, false objXMLHTTP.send() If objXMLHTTP.Status = 200 Then Response.AddHeader "Content-Disposition", ..
Classic ASP
2016. 1. 13. 10:50