|
|
|
|
|
好像不是数据库的问题吧
|
|
|
不是,很正常的,现在想点击后就下载,求方法,本身没有问题
|
|
|
response.addheader "Content-Length" filesize
response.addheader "Content-Transfer-Coding" "binary" response.addheader "Content-Type" "application/octet-stream; name="&filename response.addheader "Content-Disposition" "attachment; filename="&filename 用fso二进制方式打开word文档,读取并使用二进制方式写入客户端 把超链接写成<a href=download.asp?filename=1.doc>下载1.doc</a> |
|