강제 파일 다운로드 하기
강제 파일 다운로드 하기- 이미지, pdf등 바로열리지 않고 강제로 다운로드 하기 abc.xml이 abcd.xml로 파일명변경되어 다운로드 된다.' ' 확장자 추출Dim TmpStr: TmpStr = Split(Filename, ".")Dim Ext: Ext = ""Dim Name For Each Name In TmpStrExt = NameNext Ext = LCase(Ext) ofn = Server.UrlEncode(ofn)ofn = Replace(ofn, "+", "")ofn = Replace(ofn, "%2E" & Ext, "." & Ext) 'Dim DirPath: DirPath = server.mappath("/") 시스템 디렉토리 경로 (E:~~~)Dim DirPath: DirPath = se..