게시판 본문 ASP, ASP.NET, IIS & Script - Read Only
re: 이번에는 다운로드가 안되네요..ㅡㅡ; |
---|
작성자: 사용자
작성일시: 2005-02-04 17:52,
조회수: 3,211
|
예 님이 말씀하신데로 그렇게 적용을 해서 지금 맹글어 보고 있습니다...
그런데 한가지더 다운로드 하는 부분에 조금 막히는 부분이 있습니다. 일단 용량이 작은 파일은 스트림 방식으로 잘 다운이 되는데.. 용량이 크면 다운로드가 안되네요.. 그래서 덱스트 다운로드 방식으로 해보았는데.. 용량이 큰것도 잘되는데 한가지 pdf파일만 다운로드가 안되네요..ㅡㅡ; 제가 맹글어 본 download.asp 파일입니다. 와 pdf파일만 다운이 안될까요.. <%@ EnableSessionState=False %> <% Response.Buffer = False %> <!--#include file="lib/asp/fc_constant_info.asp"--> <!--#include file="lib/asp/fc_utility_class.asp"--> <% Response.Buffer = False Target = Trim(Request("target")) FullPath = CONST_HOSTING_ROOT & Replace(Target, "/", "\") aryPathCurrent = Split(Target, "/") '** 파일명을 얻는다. aryPathElement = Split(FullPath, "\") sFileName = aryPathElement(UBound(aryPathElement)) set objFS = Server.CreateObject("Scripting.FileSystemObject") set objF = objFS.GetFile(FullPath) Response.AddHeader "Content-Length", objF.Size set objF = nothing set objFS = nothing USER_AGENT = Request.ServerVariables("HTTP_USER_AGENT") IF InStr(USER_AGENT, "MSIE") > 0 Then 'IE 5.0인 경우. IF InStr(USER_AGENT, "MSIE 5.0") > 0 Then strContent_disp = "inline;filename=" strContentType = "application/x-msdownload" 'IE 5.0이 아닌 경우. Else strContent_disp = "inline;filename=" strContentType = "application/unknown" End IF Else 'Netscape등 기타 브라우저인 경우. strContent_disp = "attachment;filename=" strContentType = "application/unknown" End IF Response.AddHeader "Content-Disposition", strContent_disp & Trim(sFileName) Response.ContentType = strContentType Response.CacheControl = "public" Set objDownload = Server.CreateObject("DEXT.FileDownload") objDownload.Download FullPath Set uploadform = Nothing %> |
IP 주소: 61.74.114.213
|
게시물 | ||||
---|---|---|---|---|
1,001 |
^^; 방화벽 질문 [1] |
정보문화사 |
2005-02-04 | 855 |
1,000 | 2005-02-05 | 2,594 | ||
999 |
오마르 |
2005-02-04 | 762 | |
998 |
re: 정규식 질문요.. ^^ [3] |
2005-02-04 | 2,867 | |
997 | 2005-02-04 | 2,634 | ||
996 | 2005-02-04 | 2,619 | ||
995 | 2005-02-04 | 2,472 | ||
2005-02-04 | 3,211 | |||
993 | 2005-02-05 | 2,655 | ||
992 |
파일큐브에 관해서요 [1] |
2005-02-03 | 2,666 | |
991 | 2005-02-02 | 2,911 | ||
990 | 2005-02-02 | 2,457 | ||
989 | 2005-02-02 | 2,441 | ||
988 | 2005-02-02 | 2,593 | ||
987 |
에디터 |
2005-02-01 | 908 | |
986 | 2005-02-01 | 2,872 | ||
985 |
에디터 |
2005-02-02 | 831 | |
984 |
명랑군 |
2005-01-31 | 1,006 | |
983 | 2005-01-31 | 2,589 | ||
982 |
바보똥개 |
2005-01-31 | 984 | |
981 | 2005-01-31 | 2,589 | ||
980 |
명랑군 |
2005-01-31 | 927 | |
979 | 2005-01-31 | 3,893 | ||
978 |
명랑군 |
2005-01-31 | 833 | |
977 | 2005-01-31 | 4,007 |