不知道是不是我电脑小了一点东西运行不了下面的代码
<body><% if Request.QueryString("query")<>"test" then) %>
<form action="?query=test" method="post" enctype="multipart/form-data" name="form1" id="form1">
<input type="file" name="file" />
<input type="submit" name="submit" value="提交"/>
</form>
<%
else
response.ContentType="image/gif"
data=request.BinaryRead(request.TotalBytes)
tcrlf=chrb(13) & chrb(10)
flag=leftb(data,instrb(data,tcrlf)-1)
datastart=instrb(data,tcrlf & tcrlf)+4
datalength -instrb(datastart+1,data,flag)-datastart
response.BinaryWrite midb(data,datastart,datalength)
end if
%>
只检验出这样的问题不知道怎么搞
网页显示http 500错误