Filename = Server.UrlPathEncode("파일명.xls") 'utf-8에서 한글 제목 깨짐 방지
Response.Buffer = True
Response.ContentType = "appllication/vnd.ms-excel" '// 엑셀로 지정
Response.CacheControl = "public"
Response.AddHeader "Content-Disposition","attachment; filename=" & Filename
'Asp' 카테고리의 다른 글
select 테이블의 필드명 출력 (0) | 2013.04.26 |
---|---|
오라클 CLOB select (0) | 2012.12.11 |
session 유지 시간 변경하기 (0) | 2011.11.24 |
이미지 사이즈 (0) | 2011.06.03 |
한글 파일명 다운로드시 한글 깨짐 해결 (UTF-8) (0) | 2011.05.13 |