国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

ASP使用流輸出文件下載

2019-11-17 04:12:24
字體:
來源:轉載
供稿:網友

<%
' 下載文件
function downloadfile(fullpath)

downloadfile = false

dim strfilename, s, fso, f, intfilelength

set fso = server.createobject("scr

if not fso.fileexists(fullpath) then


exit function

end if

set f = fso.getfile(fullpath)

'獲取文件大小

intfilelength = f.size

set s = server.createobject("adodb.stream")

s.open

s.type = 1

s.loadfromfile(fullpath)

response.buffer = true

response.clear

'response.addheader "Content-Encoding","GB2312" ' 亂碼的解決方案

'response.addheader "content-type","application/x-msdownload"

response.addheader "content-disposition","attachment;filename=" & f.name

response.addheader "content-length" ,intfilelength

response.contenttype = "application/octet-stream"

while not s.eos


response.binarywrite s.read(1024 * 64)


response.flush

wend

s.close

set s = nothing

downloadfile = true
end function
%>


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 奉新县| 突泉县| 眉山市| 崇仁县| 清新县| 兴安盟| 葵青区| 唐海县| 灵璧县| 铜梁县| 鄂托克旗| 昆明市| 定结县| 南江县| 海南省| 柏乡县| 四平市| 汪清县| 沾益县| 四子王旗| 普宁市| 云阳县| 皋兰县| 昭苏县| 和龙市| 宜州市| 阳谷县| 游戏| 铜鼓县| 滁州市| 泊头市| 乃东县| 虎林市| 肃南| 长岭县| 西青区| 兴仁县| 金坛市| 阳西县| 峡江县| 平昌县|