Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Persits.upload problem

Reply
Thread Tools

Persits.upload problem

 
 
.Net Sports
Guest
Posts: n/a
 
      12-13-2007
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>


????????
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem problem problem :( Need Help Mike ASP General 2 05-11-2004 08:36 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57