473,473 Members | 2,032 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

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 10576
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 Persits ASPUpload. I have an UploadButton and...
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 webpage. The problem is wheni have more than one...
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 image (which I've managed with the sample code...
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 yet! Thanks, -- ««««««««»»»»»»»»»»»»»»
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, -- ««««««««»»»»»»»»»»»»»» Vlmar Brazão de Oliveira...
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 driving me crazy! <% DIM File, Upload, Count,...
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 return the pkID of the just saved file. I'm assuming...
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 elements. But I cannot retreive it from inside a class....
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 picture uploads using aspupload with no problems. ...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.