473,804 Members | 3,271 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Time out error on file upload page


I am trying out a simple aspx uploading page for uploading and Access
database. It appears to work alright with smaller files but with
larger files I am getting the following error:

Request timed out.
Stack Trace:
[HttpException (0x80004005): Request timed out.]

Is there a timeout property which I can change?

Or is there something inadequate in the <form method="post"
EncType="multip art/form-data" Runat="Server"> line ?

I would appreciate some help, the aspx page is shown below

Best wishes, John Morgan
<Script Runat="Server">

Sub Button_Click( s As Object, e As EventArgs )
inpFileUp.Poste dFile.SaveAs(
"d:\websites\wo odl1\www\alphas earch\database\ gary.mdb" )
End Sub

</Script>

<html>
<head><title>Ht mlInputFile.asp x</title></head>
<body>

<form method="post" EncType="multip art/form-data" Runat="Server">

<input id="inpFileUp" Type="File" Runat="Server">
<p>
<asp:Button
Text="Upload File!"
OnClick="Button _Click"
Runat="Server" />

</form>
</body>
</html>

Nov 18 '05 #1
2 5980
John Morgan wrote:
I am trying out a simple aspx uploading page for uploading and Access
database. It appears to work alright with smaller files but with
larger files I am getting the following error:

Request timed out.
Stack Trace:
[HttpException (0x80004005): Request timed out.]

Is there a timeout property which I can change?

Or is there something inadequate in the <form method="post"
EncType="multip art/form-data" Runat="Server"> line ?

I would appreciate some help, the aspx page is shown below

Best wishes, John Morgan
<Script Runat="Server">

Sub Button_Click( s As Object, e As EventArgs )
inpFileUp.Poste dFile.SaveAs(
"d:\websites\wo odl1\www\alphas earch\database\ gary.mdb" )
End Sub

</Script>

<html>
<head><title>Ht mlInputFile.asp x</title></head>
<body>

<form method="post" EncType="multip art/form-data" Runat="Server">

<input id="inpFileUp" Type="File" Runat="Server">
<p>
<asp:Button
Text="Upload File!"
OnClick="Button _Click"
Runat="Server" />

</form>
</body>
</html>


HTH:

http://weblogs.asp.net/mhawley/archi...11/129824.aspx

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
Nov 18 '05 #2
thanks Craig,
John Morgan

On Thu, 17 Jun 2004 15:49:25 -0500, Craig Deelsnyder
<cdeelsny@NO_SP AM_4_MEyahoo.co m> wrote:
John Morgan wrote:
I am trying out a simple aspx uploading page for uploading and Access
database. It appears to work alright with smaller files but with
larger files I am getting the following error:

Request timed out.
Stack Trace:
[HttpException (0x80004005): Request timed out.]

Is there a timeout property which I can change?

Or is there something inadequate in the <form method="post"
EncType="multip art/form-data" Runat="Server"> line ?

I would appreciate some help, the aspx page is shown below

Best wishes, John Morgan
<Script Runat="Server">

Sub Button_Click( s As Object, e As EventArgs )
inpFileUp.Poste dFile.SaveAs(
"d:\websites\wo odl1\www\alphas earch\database\ gary.mdb" )
End Sub

</Script>

<html>
<head><title>Ht mlInputFile.asp x</title></head>
<body>

<form method="post" EncType="multip art/form-data" Runat="Server">

<input id="inpFileUp" Type="File" Runat="Server">
<p>
<asp:Button
Text="Upload File!"
OnClick="Button _Click"
Runat="Server" />

</form>
</body>
</html>


HTH:

http://weblogs.asp.net/mhawley/archi...5/11/129824.as


Nov 18 '05 #3

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

Similar topics

3
7098
by: Amy Kimber | last post by:
Hello, I have a file upload page, and I've had it working fine, it was beautiful :-) Anyway, the powers that be moved hosts... and it doesn't work now. The file name is correct, the directory where it's going on the server is correct (checked through prints etc.). I've changed the dir to 777 (is that right?) and this is what I get on the print_r($_FILES); line:
1
3375
by: tito | last post by:
Hello, I am trying to upload file through PHP but I am getting error: 10.4.14 413 Request Entity Too Large The server is refusing to process a request because the request entity is larger than the server is willing or able to process. The server may close the connection to prevent the client from continuing the request. If the condition is temporary, the server SHOULD include a Retry-
3
1401
by: thomasp | last post by:
As I sure will become obvious with the asking of this question, I am new to programing.... I have copied and pasted my way to a successful file upload page and have built some rather ugly if elseif loops that read the file and extract the needed data from it. While the data is being parsed from the uploaded file a string variable is being built that holds some details of the process. All of this happens when the user clicks the upload...
4
2291
by: Amar | last post by:
I am trying to upload a file to the webserver through my asp.net application. The file upload works fine for files below 50 MB size because i have set the maxrequestlength property of the <httpruntime> in the machine.config file as 51200KB. whenever the user tries to upload a file which is more than 51200KB then, a blank page with DNS error is shown as soon as the user hits the submit button. I want to be able to display an error message...
1
2824
by: Stefan Berger | last post by:
Hello everybody, i have a proble with uploading files in asp.net. i want to make a special file upload-page without displaying the common html-file-upload-control. i have a made an additional upload-button which shold display the open-file-dialog an then immediatly submit the form. it's no problem to call the open-file-dialog by javascript ( inputfilecontrol.click() ), but if i want to submit the form i get an error 'access denied' and...
6
3619
by: Paul | last post by:
Hi there, When adding a "File Field" HTML control to an aspx page to facilitate file uploading, the following occurs: 1. You select a file that is larger than the allowed size limit. 2. Once the user selected the too large file, the page is redirected to a "page not found" error page. 3. This is as per the docs, but my question is:
2
1161
by: Chip | last post by:
I need to time a file upload using the 1.X HTML upload control. So I need the time the upload started, which is problematic since no page processing takes place until after the file is uploaded. Is there a way to write to the form (lblUploadStartTime) before the upload begins using Javascript -- using the OnClick of the Submit button? I'm not experienced with JS, so if there is a way to do this please let me know the JS syntax.
5
4724
by: John Devlon | last post by:
Hi, Some people like to go on vacation during christmas time, others try to do something they never did before.... I would like to create a multiple file upload page, with some nice progress bars.... You can buy ceveral components on the web but wheres the fun in that ? Creating a page that uploads multiple files, without the progress bar is not
0
2845
by: amskape | last post by:
hi Friends, I need to Upload some files in a Listing , by clicking corresponding Upload link, then a popup window will come with Browse option as Shown in attachment File. My actual need is upload files using that , but I can upload only 1 file there , I need to upload 1 to 5 files at a time based on need . How it can implement. I give my Working code here , in php Help me , if you know any other method to do same that's idea...
0
9708
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10588
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10340
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10085
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9161
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7623
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5527
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4302
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 we have to send another system
3
2998
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.