472,338 Members | 1,734 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,338 software developers and data experts.

AspUpload Configuration

I am using aspupload in a hosting environment. When testing the
basic install of the component I am trying to use the default
forms provided. When using the the first method as found at
http://www.traceydonley.com/aspuploa...mple/Form2.asp

I receive the following error:Persits.Upload.1 error ''800a0028''
This feature has been disabled by system administrator. Use
SaveVirtual instead.

/aspupload/02_simple/UploadScript2.asp, line 1

If I change the upload script to the SaveVirtual as directed
such as can be found at
http://www.traceydonley.com/aspuploa...mple/Form1.asp

I receive this error:

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

The system cannot find the path specified.

/aspupload/02_simple/UploadScript1.asp, line 11

The directory structure is quite simple. The aspupload directory
exsits just under the root and in that directory there is a
subdirectory call images.

Here is the code I am using for the uploadscript1.asp

<!-- AspUpload Code samples: UploadScript1.asp -->
<!-- Invoked by Form1.asp -->
<!-- Copyright (c) 2001 Persits Software, Inc. -->
<!-- http://www.persits.com -->

<HTML>
<BODY>

<%
Set Upload = Server.CreateObject("Persits.Upload")
Count = Upload.SaveVirtual("/images")

Response.Write Count & " file(s) uploaded to c:\upload"

%>

</BODY>
</HTML>

Regardless of how I change the path (../images or ../../images)
the error is the same.

I called the support telephone number but the person I spoke
with referred me to my host which does not support the software
they purchased from your company. My host referred me to the
vendor wich is persists.
Please help.

-----------------------------
This message is posted by http://Asp.ForumsZone.com

Jul 19 '05 #1
2 10495
I'm guessing permissions.
Does the IIS user have CREATE permissions to the folder?
I had similar issues with a pure asp based solution as well.

--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
...Offering free scripts & code snippits for everyone...
---------------------------------------------------------

<fw*******@yahoo.com> wrote in message
news:11*************@Asp.ForumsZone.com...
I am using aspupload in a hosting environment. When testing the
basic install of the component I am trying to use the default
forms provided. When using the the first method as found at
http://www.traceydonley.com/aspuploa...mple/Form2.asp

I receive the following error:Persits.Upload.1 error ''800a0028''
This feature has been disabled by system administrator. Use
SaveVirtual instead.

/aspupload/02_simple/UploadScript2.asp, line 1

If I change the upload script to the SaveVirtual as directed
such as can be found at
http://www.traceydonley.com/aspuploa...mple/Form1.asp

I receive this error:

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

The system cannot find the path specified.

/aspupload/02_simple/UploadScript1.asp, line 11

The directory structure is quite simple. The aspupload directory
exsits just under the root and in that directory there is a
subdirectory call images.

Here is the code I am using for the uploadscript1.asp

<!-- AspUpload Code samples: UploadScript1.asp -->
<!-- Invoked by Form1.asp -->
<!-- Copyright (c) 2001 Persits Software, Inc. -->
<!-- http://www.persits.com -->

<HTML>
<BODY>

<%
Set Upload = Server.CreateObject("Persits.Upload")
Count = Upload.SaveVirtual("/images")

Response.Write Count & " file(s) uploaded to c:\upload"

%>

</BODY>
</HTML>

Regardless of how I change the path (../images or ../../images)
the error is the same.

I called the support telephone number but the person I spoke
with referred me to my host which does not support the software
they purchased from your company. My host referred me to the
vendor wich is persists.
Please help.

-----------------------------
This message is posted by http://Asp.ForumsZone.com

Jul 19 '05 #2
If you give up on trying to use the component on the server, here is a
resource for letting the user upload a file which is something that was
unfortunately not built into ASP:

ASP File Upload Using VBScript by John R. Lewis - 7/10/2000
http://www.aspzone.com/articles/john/aspUpload

Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
http://www.Bullschmidt.com
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: John Rebbeck | last post by:
(sorry about cross posting but I really need help with this and it fits in both newsgroups) I'm creating a little image manager and I'm using...
1
by: | last post by:
I am using ASPUpload and trying to upload images to a database. I have had success in getting the image to the db and then dispalying the imnage on a...
1
by: Nakedwalls | last post by:
Hi everyone, I've not really had much experience of ASPUpload yet, so some help would be much appreciated!. What I'm trying to do is upload an...
6
by: Vilmar Brazão de Oliveira | last post by:
HI; How can I rename a file with aspupload or FSO before upload? I looked for in documentation of these products, but I could not find anything...
2
by: Vilmar Brazão de Oliveira | last post by:
Hi, How verify type or extension of file using ASPUPLOAD? I check documentation, but I didn't find anything else yet. thanks, -- ...
5
by: Kelli | last post by:
Hi there, I'm wondering if someone can have a quick look at my code and see if there's anything that I've done wrong. This silly script is...
8
by: BigJohnson | last post by:
We're using ASPUpload as a tool to upload files to our server and save the details to SQLServer. However, I have an application where I need to...
0
by: hellind | last post by:
When the form is submitted as ENCTYPE="multipart/form-data" using AspUpload component, I understand to use Upload.form("") to retreive the form...
5
by: the other john | last post by:
I'm not certain that what I'm asking is an AspUpload question or just a VBScript question. I am uploading a story with up to 3 pictures. Each...
0
by: concettolabs | last post by:
In today's business world, businesses are increasingly turning to PowerApps to develop custom business applications. PowerApps is a powerful tool...
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.