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