Persits.Upload "cannot find file" error

N

.Net Sports

I'm using Persits.upload module in ASP, and when i use the following
form pointed to the object I've always used, i get a "The system
cannot find the file specified" error pointing to the line of my
upload.savevirtual :

Set Upload = Server.CreateObject("Persits.Upload")
upload.savevirtual ("test/")

..
''''error:
Persits.Upload.1 error '800a0005'

The system cannot find the file specified.

/upl/aspupload1.asp, line 5


'''form
<form action="aspupload1.asp" method="post" enctype="multipart/form-
data">

<input type="file" size="40" name="FILE1" />

<br />
<input type="submit" value="Upload!" />
</form>


<form action="aspupload1.asp" method="post" enctype="multipart/form-
data">

<input type="file" size="40" name="FILE1" />

<br />
<input type="submit" value="Upload!" />
</form>


?????
 
M

Mike Brind

.Net Sports said:
I'm using Persits.upload module in ASP, and when i use the following
form pointed to the object I've always used, i get a "The system
cannot find the file specified" error pointing to the line of my
upload.savevirtual :

Set Upload = Server.CreateObject("Persits.Upload")
upload.savevirtual ("test/")

.
''''error:
Persits.Upload.1 error '800a0005'

The system cannot find the file specified.

/upl/aspupload1.asp, line 5

Usually this is a permissions issue. Make sure that the IUSR_Machinename
account has write permissions to the upl folder.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,007
Latest member
obedient dusk

Latest Threads

Top