[求助]请问这下我该怎么办啊?
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%><!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=gb2312">
<title>上传中......</title>
</head>
<body>
<!--#include FILE="upload_5xsoft.inc"-->
<%
dim filen,leibie,shuoming,lujing
set upload=new upload_5xsoft
for each formName in upload.file
set file=upload.file(formName)
filename=file.FileName
if file.FileSize>0 then
file.SaveAs Server.mappath(file.FileName)
end if
set file=nothing
next
set upload=nothing
filen=request("fname")
leibie=request("fleibie")
shuoming=request("fnote")
lujing=request.servervariables("server_name")+":"+request.servervariables("SERVER_PORT")+request.servervariables("script_name")+"/"+filename
%>
<%=lujing%>
</body>
</html>
提示我说:
Request 对象 错误 'ASP 0208 : 80004005'
不能使用一般 Request 集合
/ruanjian/upload.asp,行 22
调用 BinaryRead 之后,不能使用一般 Request 集合。
不用request("xxx")
那我该用什么啊???????谁能告诉我一下???谢谢!!!!!!!