다운로드 소스 (작업중) > 기술자료

본문 바로가기

사이트 내 전체검색

다운로드 소스 (작업중) > 기술자료

ClassicASP 다운로드 소스 (작업중)

페이지 정보


본문

<%
file = Request("file")
file = replace(file,"&","&")
response.write (file & "<br>")

'DirectoryPath = "d:\PubNet_Web\Youthbcf\popup\2008_0627"
DirectoryPath = "\\192.168.200.4\WebData\Public\youth\popup\2008_0627"

response.write DirectoryPath    '파일 이름과 경로
Response.ContentType = "application/unknown"    'ContentType 를 선언
Response.AddHeader "Content-Disposition","attachment; filename="&file '헤더값이 첨부파일을 선언

Set objStream = Server.CreateObject("ADODB.Stream") 'Stream 을 이용
  objStream.Open
  objStream.Type = 1
  'objStream.LoadFromFile Server.MapPath(path)&"\"&file
  objStream.LoadFromFile DirectoryPath '절대경로
  download = objStream.Read
  Response.BinaryWrite download
  '보통 Response.Redirect 로 파일로 연결시켜주는 부분을 대신하여 사용된 것
Set objstream = nothing  '초기화.
%>


참고사이트
http://blog.naver.com/zino1187?Redirect=Log&logNo=110029954236 

댓글목록

등록된 댓글이 없습니다.


Total 2,650건 108 페이지
  • RSS
기술자료 목록
510
그누보드   14010  2008-06-21 19:44  
509
HTML   29307  2008-06-21 18:30 ~ 2008-06-21 00:00  
508
PHP   14828  2008-06-21 18:14  
507
ClassicASP   21369  2008-06-19 21:59 ~ 2018-12-01 22:44  
506
일반   13333  2008-06-19 09:05  
505
ClassicASP   18242  2008-06-14 19:57  
504
영카트   12758  2008-06-12 16:08  
503
Linux   21578  2008-06-12 09:21 ~ 2010-02-27 00:00  
502
그누보드   14390  2008-06-11 15:36  
501
일반   15012  2008-06-11 10:24  
500
ClassicASP   14689  2008-06-11 09:54 ~ 2009-07-20 00:00  
499
ClassicASP   13230  2008-06-10 19:47 ~ 2009-10-26 00:00  
498
영카트   16282  2008-06-09 11:02  
497
HTML   13787  2008-06-08 07:25 ~ 2010-12-06 00:00  
496
영카트   14252  2008-06-07 18:08  
495
일반   12529  2008-06-05 05:06  
494
JavaScript   25772  2008-06-04 12:18  
493
ClassicASP   16076  2008-05-29 22:14  
492
WindowsServer   23483  2008-05-29 17:51 ~ 2015-02-23 00:00  
491
테크노트   15457  2008-05-27 10:19 ~ 2022-10-13 07:40  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2026 해피정닷컴. All Rights Reserved.