Print Page | Close Window

component install

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: General Discussion
Forum Description: General discussion and chat on any topic.
URL: https://forums.webwiz.net/forum_posts.asp?TID=1864
Printed Date: 29 March 2026 at 9:49am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: component install
Posted By: kobubu
Subject: component install
Date Posted: 17 April 2003 at 3:47am
hello there !
i have install the component ASPUPLOAD(help you to load files)
when im  trying to run i get this messageError Type:


Server object, ASP 0177 (0x800401F3)
Invalid class string

the error indicate on the first line

my code is :

set Upload = Server.CreateObject("PersitsUpload.1")
    p_count = Upload.Save("c:\inetpub\wwwroot")

    p_news_id = cint(Upload.form("p_news_id"))
    p_news_cat_id = cint(Upload.form("p_news_cat_id"))
    p_news_headline = cstr(Upload.form("p_headline"))
    p_news_blurb = cstr(Upload.form("p_blurb"))
    p_news_url = cstr(Upload.form("p_url"))
    p_existing = cstr(Upload.form("p_existing"))

end code

any help will be fine




Replies:
Posted By: farrukh
Date Posted: 18 April 2003 at 12:43am

 replace this syntax by my syntax
 Set Upload = Server.CreateObject("Persits.Upload")  

see the sample which was given by presist. i think you solve your problem by viewing and reading the script maded by presist.



-------------
i have collected some nice avatars (37) and smileys (227) here you can download
http://www24.brinkster.com/webmastertool/download.html



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net