Forum Moderators: open

Message Too Old, No Replies

PureAsp for upload didn't work with my server

The upload script work on my IIS but not on the server

         

Kaiman

8:32 am on May 13, 2003 (gmt 0)

10+ Year Member



I have a problem, I was using a upload script which is PureASP . It uses an include file. It works well with IIS in my own computer when I am developing. However when I put on the server and test it through the internet. It doens't work.

If I specify the target path to be \\Server\Webpage\post
There will be not error, but the file was not uploaded, I can't see the file in the target folder.

If I specify the target path to be c:\Webpage\post
There will be error:

Server Object error 'AS 0177: 800a0046'
Server.CreateObject Failed
/asp/post/upload.asp, line 133
The Operation completed succesfully

And likewise, it doesn't work. What happened?
And why operation is completed successfully?

chris_f

8:48 am on May 13, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld Kaiman,

Try looking here [google.com] for your answer.

I cases like this I search for my coding language (ASP) and the error message. You can usually find the solution without too much hard work.

Chris

Kaiman

12:15 pm on May 13, 2003 (gmt 0)

10+ Year Member



Thx, chris
Now i got it right. I just put the wrong path which i didn't have permission through it. And all the thx.