下載的問題,挺怪!

xtuwz 2005-11-08 11:33:44
<%@LANGUAGE="VBSCRIPT" CODEPAGE="950"%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title>下载文件</title>
<link href="mycss.css" rel="stylesheet" type="text/css">
</head>
<body>
<%

response.write "<a href='file.asp' >返回上一頁</a>"
path=request("Csa")
file=request("Csb")
'response.write "<br><a href='"& path & file &"'>下載</a>"
response.write "<script>" & chr(13) & chr(10)
response.write "{" & chr(13) & chr(10)
'response.write "window.open('"& path & file &"');" & chr(13) & chr(10)

response.write "location.href('"& path & file &"');" & chr(13) & chr(10)
response.write "}" & chr(13) & chr(10)
response.write "</script>"

%>
在本机上下载正常('因為我在本机上做了虚以目录',也有这些文件),上传到服务器后,下载连不上服务器.不能完成下载.我试了2台服务器了.是不是代码有错.
如:path為'book//',file為'book1.pdf',用ACCESS数据库.
...全文
75 8 打赏 收藏 转发到动态 举报
写回复
用AI写文章
8 条回复
切换为时间正序
请发表友善的回复…
发表回复
dh20156 2005-11-08
  • 打赏
  • 举报
回复
<a href='"& path & file &"'>下載</a>这里忘了改了:
-->
<a href='"& path &"/"& file &"'>下載</a>
dh20156 2005-11-08
  • 打赏
  • 举报
回复
TRY:
<%
response.write "<a href='file.asp' >返回上一頁</a>"
'path=request("Csa")
'file=request("Csb")
path = "wj"
file = "test.rar"
'response.write "<br><a href='"& path & file &"'>下載</a>"
response.write "<script language=""javascript"">" & chr(13) & chr(10)
response.write "{" & chr(13) & chr(10)
response.write "window.open('"& path &"/"& file &"');" & chr(13) & chr(10)
response.write "window.location='download.ASP?Csa="& path &"&Csb="& file &"';" & chr(13) & chr(10)
response.write "}" & chr(13) & chr(10)
response.write "</script>"

%>
thinkming 2005-11-08
  • 打赏
  • 举报
回复
模湖再查查程序
xtuwz 2005-11-08
  • 打赏
  • 举报
回复
http://192.168.169.70/my/download.ASP?Csa=wj/&Csb=文件.rar
地址栏接收信息
http://192.168.169.70/my/wj/文件.rar
文件下載的路徑,我發現沒錯,就是下不是不知道什麽原因.是不是腳本有問題.幫幫我呀

xtuwz 2005-11-08
  • 打赏
  • 举报
回复
我被這個問題,纏了四天了,老大幫幫我呀
dh20156 2005-11-08
  • 打赏
  • 举报
回复
我写的只是范例,显示如何下载并转到另一页。
xtuwz 2005-11-08
  • 打赏
  • 举报
回复
且前面的文本文件,不用刷新,也可讀出.好怪.
xtuwz 2005-11-08
  • 打赏
  • 举报
回复
現在,更怪了,我下載時,下不了,刷新下,下載對話框出來了,這是何故.

28,390

社区成员

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

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