Forum Moderators: open

Message Too Old, No Replies

unable to create upload object

unable to create persist object to upload file in asp

         

sunitha_mvd

11:08 am on Oct 20, 2003 (gmt 0)

10+ Year Member



hi! Can any one tell my why i am getting problem in creation of upload object .

i wrote like this

<%
Set Upload = Server.CreateObject("Persits.Upload.1")
Response.Write("object created")
%>

so,i got error like this

Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/uploadpersists.asp, line 2

Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at: [microsoft.com...]

can anyone tell me the solution.

i am very greateful to you if u can help me.

you can send me the solution to this mail id

sunitha@mvd.com.my

regards,

sunitha.

mattglet

12:18 pm on Oct 20, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



the most likely cause of this error is that ASPUpload is not installed, or not installed correctly on the server you are working on. you might want to double check the program is able to be used.

-Matt

sunitha_mvd

1:56 am on Oct 21, 2003 (gmt 0)

10+ Year Member




hi!Muttu,
Thanks for the replay,but still i have doubts to implement it.

where do i upload ASPUpload component?it is to be in the ftp server or is it to be in our domain server for ex: www.mvd.com.my.

What do you mean by installing it.is is enough just to copy the ASPUploadComponent.dll in the wwwroot of my domain server or do i need to do anything else?

can you please tell me the way to work it.

thanks and regards,
sunitha.

Zaphod Beeblebrox

10:20 am on Oct 21, 2003 (gmt 0)

10+ Year Member



Try it without the ".1" in CreateObject("Persits.Upload.1").

mattglet

5:52 pm on Oct 21, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



you need to have your host install the component for you on the server. then once you do the createobject("Persits.Upload.1"), it will work.

FYI: it does need the .1

-Matt