ASP网站遇到问题 提交不了
Server 对象 错误 'ASP 0177 : 800401f3'
Server.CreateObject 失败
/zixue/uploadaction.asp,行 34
800401f3
相关代码如下:
<%
Set Post = Server.CreateObject("ActiveFile.Post")
Post.Upload server.MapPath("./tempforupload")
' not into the database, just for creating the fileobject
filepath = Post.FormInputs("zipfile").file.name
num = Post.FormInputs("num").value
passwd = Post.FormInputs("passwd").value
id_num = Post.FormInputs("id_num").value
set Post = nothing