Upload file with big size (over 130 MBytes) in ASP.NET. Please help!
- From: "bienwell" <bienwell@xxxxxxxxxxx>
- Date: Fri, 2 Mar 2007 11:15:12 -0500
Hi all,
I developed an web page in ASP.NET to upload file into the server. In the
Web.config file, I declared
<httpRuntime executionTimeout="1200" maxRequestLength="400000" />
The MAX length is 129M or more for each file upload. I have 2 files
upload at the same time. Therefore, I set the timeout is 20min and the size
of file upload is > 390MB (400,000 KBytes).
I've tried the file upload in 3 servers. One server accepted 2 file
(129MBytes for each) upload at the same time. The time to process was 3-4
minutes. In the other two servers, the upload didn't perform well. The
page kept running for over 30 minutes and nothing happened. I closed the
browser beacuse I was afraid it could bring the server down.
I don't know the way I was doing is right or wrong ? Please give me your
advises to upload the files with the big size like this.
Thank you
.
- Follow-Ups:
- Re: Upload file with big size (over 130 MBytes) in ASP.NET. Please help!
- From: Rad [Visual C# MVP]
- Re: Upload file with big size (over 130 MBytes) in ASP.NET. Please help!
- From: Alexey Smirnov
- Re: Upload file with big size (over 130 MBytes) in ASP.NET. Please help!
- Prev by Date: Re: Scaleable naviagtion pane
- Next by Date: Re: WEB SITE PROJECT DEPLOYMENT ~ Help please??
- Previous by thread: Scaleable naviagtion pane
- Next by thread: Re: Upload file with big size (over 130 MBytes) in ASP.NET. Please help!
- Index(es):
Relevant Pages
|