微信跳转淘宝店铺:关于上传文件时遇到的“无效的类别字符串”问题

来源:百度文库 编辑:高考问答 时间:2024/05/10 09:00:57
错误类型:
Server 对象, ASP 0177 (0x800401F3)
无效的类别字符串
/twoa/progress_upload.asp, 第 19 行

浏览器类型:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Maxthon)
<!--#include file="check_valid.asp"-->
<!--#include file="conn.asp"-->

<HTML>
<BODY>

<%
server.scripttimeout=99999999
dim rank1,rank2,rank3
dim folder_name,folder_id
dim author
author=session("admin")

Set Upload = Server.CreateObject("Persits.Upload")
Upload.overwritefiles=false

' This is needed to enable the progress indicator
Upload.ProgressID = Request.QueryString("PID")

Count = Upload.Save(server.MapPath("tw_admin\upload"))
------篇幅有限,到此为止

请提供progress_upload.asp源代码