473,399 Members | 2,278 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 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 10574
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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,...
0
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...

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.