View Full Version : upload file using ASP
jennifer_y
08-18-2007, 05:26 AM
Hi...appreciate that someone can advise me on how to solve this problem when i getting the error type:
Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
at this stage .....
Set objUpload = Server.CreateObject("Persits.Upload.1")
Thank You
westmatrix99
08-18-2007, 08:53 AM
What are you using to upload these files of yours?
Also Google the error number "ASP 0177 (0x800401F3)"
Daemonspyre
08-18-2007, 10:55 PM
Change your CreateObject statement to:
Set objUpload = Server.CreateObject("Persits.Upload")
You don't need the '.1'.
jennifer_y
08-20-2007, 03:52 AM
Hi 'Daemonspyre'.....i have remove the '.1' but it still give me the same error.
is there any method can advise.
Thank You
Daemonspyre
08-20-2007, 02:21 PM
Doing a quick search on ASPUpload's site, you will find your answer there:
http://support.persits.com/show.asp?code=PS01032622
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.