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

본문 바로가기

사이트 내 전체검색

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

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,644건 107 페이지
  • RSS
기술자료 목록
열람
ClassicASP   12759  2008-07-01 18:28  
523
MSSQL   17624  2008-06-28 05:40  
522
제로보드   15340  2008-06-26 18:32  
521
Secure   13843  2008-06-25 12:20  
520
MSSQL   20023  2008-06-25 10:26  
519
그누보드   23588  2008-06-24 22:11  
518
HTML   16557  2008-05-09 11:13  
517
ClassicASP   13162  2008-06-23 19:58  
516
ClassicASP   12511  2008-06-23 19:54 ~ 2008-08-02 00:00  
515
ClassicASP   17454  2008-06-23 19:46 ~ 2016-10-21 00:00  
514
ClassicASP   20776  2008-06-23 19:37  
513
ClassicASP   23723  2008-06-23 19:31 ~ 2008-05-27 00:00  
512
ClassicASP   22292  2008-06-23 19:22 ~ 2009-11-11 00:00  
511
그누보드   10662  2008-06-21 21:34  
510
그누보드   13690  2008-06-21 19:44  
509
HTML   28942  2008-06-21 18:30 ~ 2008-06-21 00:00  
508
PHP   14403  2008-06-21 18:14  
507
ClassicASP   21060  2008-06-19 21:59 ~ 2018-12-01 22:44  
506
일반   12965  2008-06-19 09:05  
505
ClassicASP   17965  2008-06-14 19:57  

검색

해피정닷컴 정보

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

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