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

upload very large files

Hi,
Can someone guide me how can I upload very large file say 10 MB using asp.net.
What is best way to do it to get best performance considering that there can
be 500 concurrent users to the site.
Also suggest that while uploading the file, there should not any script time
out. I know that we can change HttpRuntime.... and couple of other related
variables in machine.config file but I feel that IIS 6 resets itself in 180
seconds.

thanks,

Nov 2 '06 #1
2 1623
asp.net also checks the upload size (closes connection when max size hit).
you need to bump up the limit. to handle more than 30 concurrent uploads,
will need to reconfigure iis and asp.net to support more threads. you should
be able to get to 200 concurrent uploads.

-- bruce (sqlwork.com)
"Sandy" <Sa***@discussions.microsoft.comwrote in message
news:A4**********************************@microsof t.com...
Hi,
Can someone guide me how can I upload very large file say 10 MB using
asp.net.
What is best way to do it to get best performance considering that there
can
be 500 concurrent users to the site.
Also suggest that while uploading the file, there should not any script
time
out. I know that we can change HttpRuntime.... and couple of other related
variables in machine.config file but I feel that IIS 6 resets itself in
180
seconds.

thanks,

Nov 2 '06 #2
I have done that as well, but what happens is that as soon as the number of
users reach more that 10, thigns go too slow and eventually all browsers hang
- not responding.
"bruce barker (sqlwork.com)" wrote:
asp.net also checks the upload size (closes connection when max size hit).
you need to bump up the limit. to handle more than 30 concurrent uploads,
will need to reconfigure iis and asp.net to support more threads. you should
be able to get to 200 concurrent uploads.

-- bruce (sqlwork.com)
"Sandy" <Sa***@discussions.microsoft.comwrote in message
news:A4**********************************@microsof t.com...
Hi,
Can someone guide me how can I upload very large file say 10 MB using
asp.net.
What is best way to do it to get best performance considering that there
can
be 500 concurrent users to the site.
Also suggest that while uploading the file, there should not any script
time
out. I know that we can change HttpRuntime.... and couple of other related
variables in machine.config file but I feel that IIS 6 resets itself in
180
seconds.

thanks,


Nov 3 '06 #3

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

Similar topics

4
by: Tihon | last post by:
Hello! I again need your help, just can't understand whats going on. Got this upload pictures form and it's having problem handling large files (~1.5 - 2 MB). Everything works fine if i just...
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...
11
by: john_ramsden | last post by:
I have to prepare an Apache/PHP based (or perl if easier) web page that allows a user to upload very large files, possibly over 10 Gbytes and maybe up to 100 Gbytes. I'm aware that file upload...
4
by: Joe | last post by:
Hello, I have IIS 6.0 running on w2k3 Enterprise. I have three upload forms 1 to have restricted uploads .asp 2 to upload plain .asp any extension 3 a FP form upload non .asp
6
by: Thomas Due | last post by:
Hi, I am writing an ASP.NET project where I allow users to upload files to the server. I have changed to web.config to allow a total file size of 100MB. My problem is that if the total file size...
1
by: Ron Vecchi | last post by:
When posting a file upload I have taken in consideration the maxRequestLength and set it accordingly. In my case where a posibility of a 30 meg file can be uploaded I set it to 30720. Although...
2
by: Jerry Camel | last post by:
I'm using the file upload control form the HTML tab in VS. I can upload small files successfully, but if I try to upload larger files, say 300MB, the upload fails and I get "Page could not be...
8
by: Braky Wacky | last post by:
Hello, I have an ASP.NET webpage that uses an instance of System.Web.UI.HtmlControls.HtmlInputFile for uploading files to our server. I came across the documentation at MSDN for upping the...
6
by: Robert Strickland | last post by:
What is the default file size limit when uploading a file and can the administrator up that limited when needed?
16
by: lawrence k | last post by:
I've a file upload script on my site. I just now used it to upload a small text document (10k). Everything worked fine. Then I tried to upload a 5.3 meg Quicktime video. Didn't work. I've...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.