谁有防止到连接啊 在线~~!!!!!!!!!!!!!!

qq11qq 2005-06-16 06:23:48
谁有防止到连接啊 在线~~!!!!!!!!!!!!!!
...全文
50 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
zwrtv 2005-06-16
  • 打赏
  • 举报
回复
学习,学习
jackycxg 2005-06-16
  • 打赏
  • 举报
回复
不懂。。关注。。顶。。。
wangnian11 2005-06-16
  • 打赏
  • 举报
回复
<%
function dl(f,n)
on error resume next

set s=CreateObject("Adodb.Stream")
S.Mode=3
S.Type=1
S.Open
s.LoadFromFile(server.mappath(f))
response.contentType="application/x-gzip"
response.addheader "Content-Disposition:","attachment; filename=" & n
response.binarywrite(s.Read(s.size))
end function

call dl("mp3.rar","测试文件.rar")
%>
ddd880 2005-06-16
  • 打赏
  • 举报
回复
<%
function dl(f,n)
on error resume next

set s=CreateObject("Adodb.Stream")
S.Mode=3
S.Type=1
S.Open
s.LoadFromFile(server.mappath(f))
response.contentType="application/x-gzip"
response.addheader "Content-Disposition:","attachment; filename=" & n
response.binarywrite(s.Read(s.size))
end function

call dl("mp3.rar","测试文件.rar")
%>

28,405

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧