首页 相关文章 实现文件下载而不是由ie打开的代码

实现文件下载而不是由ie打开的代码

<%
Const ForReading=1
Const TristateTrue=-1 ''Unicode
Const FILE_TRANSFER_SIZE=16384 ''16k

''Use the following line for IIS4/PWS - this is the default for IIS5
Response.Buffer = True

Function TransferFile(path, mimeType, filename)
Dim objFileSystem, objFile, objStream
Dim char
Dim sent
send=0
TransferFile = True

Set objFileSystem = Server.CreateObject("Scripting.FileSystemObject")
Set objFile = objFileSystem.GetFile(Path)
Set objStream = ob...[ 查看全文 ]

2016-01-29 标签:

实现文件下载而不是由ie打开的代码的相关文章

手机页面
收藏网站 回到头部