473,480 Members | 1,515 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Large Downloads

I know I've seen postings on this, but I can't find them anymore...

I was able to fix the issue of large uploads by adding <httpRuntime
maxRequestLength="1048576" /> to the web.config file. I thought that would
also allow for large downloads. Apparently not. I've seen postings about
large downloads that mention disabling page buffering (or something like
that) - I added "Response.BufferOutput = False" to my code, but that didn't
fix it.

Someone please tell me how to allow large file downloads from my page.
Please...?

Jerry
Nov 18 '05 #1
2 1239
What errors are you getting?

Have you tried increasing the execution timeout?

<httpRuntime executionTimeout="600"

Tommy,

"Jerry Camel" <rl*****@msn.com> wrote in message news:<Oe**************@tk2msftngp13.phx.gbl>...
I know I've seen postings on this, but I can't find them anymore...

I was able to fix the issue of large uploads by adding <httpRuntime
maxRequestLength="1048576" /> to the web.config file. I thought that would
also allow for large downloads. Apparently not. I've seen postings about
large downloads that mention disabling page buffering (or something like
that) - I added "Response.BufferOutput = False" to my code, but that didn't
fix it.

Someone please tell me how to allow large file downloads from my page.
Please...?

Jerry

Nov 18 '05 #2
Actually, I worked around this by streaming the file in blocks. For the
most part it works just fine. Thanks for the response, though.

Jerry

"Tommy" <We**********@Hotmail.com> wrote in message
news:a8*************************@posting.google.co m...
What errors are you getting?

Have you tried increasing the execution timeout?

<httpRuntime executionTimeout="600"

Tommy,

"Jerry Camel" <rl*****@msn.com> wrote in message

news:<Oe**************@tk2msftngp13.phx.gbl>...
I know I've seen postings on this, but I can't find them anymore...

I was able to fix the issue of large uploads by adding <httpRuntime
maxRequestLength="1048576" /> to the web.config file. I thought that would also allow for large downloads. Apparently not. I've seen postings about large downloads that mention disabling page buffering (or something like
that) - I added "Response.BufferOutput = False" to my code, but that didn't fix it.

Someone please tell me how to allow large file downloads from my page.
Please...?

Jerry

Nov 18 '05 #3

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

Similar topics

0
1415
by: Roland Hall | last post by:
I'm looking for information on working with large data files using FSO, XML. I have a program which creates a large CSV file, over 7mb. It's a rate table of freight shipping costs. There are...
6
2097
by: coltrane | last post by:
I am trying to create an ASP page that processes a large block of text that is posted to the page. The data block is approximately 500K. The only was I can figure to get the posted text into a...
4
2497
by: Dag Sunde | last post by:
Just wondering if anyone have looked into this? How to split up ones JavaScript library? A lot of very specific (and small) .js files, or a few larger files. I'm thinking about load-time...
0
1020
by: PJ | last post by:
We're experiencing an IE specific issues with file downloads. I'm chunking the file to the response stream and that is working great, but an issue arises if the user clicks "Cancel" during the...
2
1913
by: Tim | last post by:
I'm using the code below to enable downloads from my site. This works well for small files, but larger ones (10Mb+) effectively cause the site to lock up, or run very slowly for all other users....
4
2127
by: Weston Weems | last post by:
I've got the simple problem where I'd like to transfer somewhat large files to my webserver via http/webservice/something like that. My question is what kinda limits have people been able to...
3
6290
by: Buddy Ackerman | last post by:
I'm trying to write files directly to the client so that it forces the client to open the Save As dialog box rather than display the file. On some occasions the files are very large (100MB+). On...
3
2321
by: A.M-SG | last post by:
Hi, I have a ASP.NET aspx file that needs to pass large images from a network storage to client browser. The requirement is that users cannot have access to the network share. The aspx file...
2
2222
by: Amir | last post by:
I really hope someone can explain this behavior. I have spend quite a bit of time and tried a bunch of things, so far nothing has worked. I have a page on which I have a datagrid with template...
0
7041
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,...
0
6908
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
7084
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...
1
6739
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
6929
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
5337
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,...
1
4779
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...
1
563
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
181
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...

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.