473,387 Members | 1,757 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,387 software developers and data experts.

ASP Upload

I have an ASP form that uploads files to our server.
When I upload small files, it works great.
But larger files like (2.5mb), I get:

Active Server Pages error 'ASP 0113'
Script timed out

I have looked up the error, and added more time to the
script (up to 10 minutes). Didn't help.

We are using Microsoft Server 2000, IIS 5.0, and Microsoft
ASP Upload.
My guess is that there is a file size limitation
somewhere, but don't where.

Does anyone have any experience with this sort of stuff?
Any help is greatly appreciated.
Thanks, Martin
Jul 19 '05 #1
3 2875
I don't have this problem on mine (also using ASPUpload) but, have you
changed the Timout in IIS itself?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Martin <an*******@discussions.microsoft.com> wrote in message
news:00****************************@phx.gbl...
I have an ASP form that uploads files to our server.
When I upload small files, it works great.
But larger files like (2.5mb), I get:

Active Server Pages error 'ASP 0113'
Script timed out

I have looked up the error, and added more time to the
script (up to 10 minutes). Didn't help.

We are using Microsoft Server 2000, IIS 5.0, and Microsoft
ASP Upload.
My guess is that there is a file size limitation
somewhere, but don't where.

Does anyone have any experience with this sort of stuff?
Any help is greatly appreciated.
Thanks, Martin

Jul 19 '05 #2
Thanks for responding,

I have not made the change in IIS because the
documentation said that the change in the script would
override value in IIS.
Did you have to change the "timeout value" in your IIS?

Martin

-----Original Message-----
I don't have this problem on mine (also using ASPUpload) but, have youchanged the Timout in IIS itself?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Martin <an*******@discussions.microsoft.com> wrote in messagenews:00****************************@phx.gbl...
I have an ASP form that uploads files to our server.
When I upload small files, it works great.
But larger files like (2.5mb), I get:

Active Server Pages error 'ASP 0113'
Script timed out

I have looked up the error, and added more time to the
script (up to 10 minutes). Didn't help.

We are using Microsoft Server 2000, IIS 5.0, and Microsoft ASP Upload.
My guess is that there is a file size limitation
somewhere, but don't where.

Does anyone have any experience with this sort of stuff?
Any help is greatly appreciated.
Thanks, Martin

.

Jul 19 '05 #3
I didn't have to change anything (couldn't even if I wanted to as I don't
have direct access to IIS).

You may want to check your ASPUpload script against mine though (shown
below)

[BEGIN]
<%
Server.TimeOut "5000"

Set Upload = Server.CreateObject("Persits.Upload")
Upload.IgnoreNoPost = True

'Folder to upload images to
Count = Upload.Save(Server.MapPath("files"))
%>
<!-- HTML-->
<form name="ULF" method="post" enctype="multipart/form-data"
action="index.asp">
File 1: <input type="file" size="25" name="file1"><br>
File 2: <input type="file" size="25" name="file2"><br>
File 3: <input type="file" size="25" name="file3"><br>
<br>
<input type=submit value="Upload">
</form>
[END]

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Martin <an*******@discussions.microsoft.com> wrote in message
news:00****************************@phx.gbl...
Thanks for responding,

I have not made the change in IIS because the
documentation said that the change in the script would
override value in IIS.
Did you have to change the "timeout value" in your IIS?

Martin

-----Original Message-----
I don't have this problem on mine (also using ASPUpload)

but, have you
changed the Timout in IIS itself?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Martin <an*******@discussions.microsoft.com> wrote in

message
news:00****************************@phx.gbl...
I have an ASP form that uploads files to our server.
When I upload small files, it works great.
But larger files like (2.5mb), I get:

Active Server Pages error 'ASP 0113'
Script timed out

I have looked up the error, and added more time to the
script (up to 10 minutes). Didn't help.

We are using Microsoft Server 2000, IIS 5.0, and Microsoft ASP Upload.
My guess is that there is a file size limitation
somewhere, but don't where.

Does anyone have any experience with this sort of stuff?
Any help is greatly appreciated.
Thanks, Martin

.

Jul 19 '05 #4

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

Similar topics

3
by: dave | last post by:
Hello there, I am at my wit's end ! I have used the following script succesfully to upload an image to my web space. But what I really want to be able to do is to update an existing record in a...
2
by: Sean Dotson | last post by:
I have a form that passes variables to an asp file and then uploads a file. For some reason the request.form is not getting the info from the form. It's returning blanks. Any insight would be...
0
by: SEMIH DEMIR | last post by:
Sitelerden birinde verilen yabancı kaynakli bir scriptti duzenledim yanlız birseyin içinden bir turlu cıkamadım işin aslı ilk defa persistin upload componentini kullanacam yanlız suanki haliyle...
1
by: Alex | last post by:
I am having issues with a script to upload files from a client to a webserver. The problem is not with the actual upload but with where it uploads. The whole process is supposed to create a...
9
by: Wayne Smith | last post by:
I've come up against a major headache that I can't seem to find a solution for but I'm sure there must be a workaround and I would really be grateful of any help. I'm currently building a web...
7
by: pbd22 | last post by:
hi. i am having probs understanding how to grab a file being uploaded from a remote client. i am using hidden input fields for upload such as: <input id="my_file_element" type="file"...
9
by: 8anos | last post by:
Hello, I am new at the community and newbie at programming :) As you may know rapidshare provides a perl script for linux, to upload files at their servers. You can find the original scripts at...
21
KevinADC
by: KevinADC | last post by:
Note: You may skip to the end of the article if all you want is the perl code. Introduction Uploading files from a local computer to a remote web server has many useful purposes, the most...
2
by: hotflash | last post by:
Hi All, I found the best pure ASP code to upload a file to either server and/or MS Access Database. It works fine for me however, there is one thing that I don't like and have tried to fix but...
1
by: chennaibala | last post by:
can any one send me mutiple image upload program and save the file name with extension in mysql table.we must cheak uploaded file type like bmp or any image file while uploading. i develop...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...

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.