반응형
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 | 29 | 30 |
Tags
- vbscript
- shared
- 프렌치프레스
- 자마린
- KO
- 커피
- 원두
- NGUI
- 커피역사
- Android
- 함수
- Classic ASP
- 드립 커피
- Unity
- 로부스타
- ServerVariables
- xamarin.android
- asp
- 제주도
- fso
- 아라비카
- 태그를 입력해 주세요.
- KnockoutJS
- 템플릿
- 커피블로그
- 여행
- 커피풍미
- xamarin
- 리베리카
- xamarin.forms
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