<%@ Language=VBScript %
<%Server.ScriptTimeout=50000%
<%
function JudgeParaRegular(intID)
if intID<"" and isnumeric(intID) then
JudgeParaRegular=intId
else
Response.Write "输入错误!"
Response.End
end if
end function
intFileSize=JudgeParaRegular(Request.QueryString("intFileSize"))
strPath=Request.QueryString("strPath")
if instr(strPath,":")...
[ 查看全文 ]