Ask a Question related to ASP.NET General, Design and Development.
-
John Timney \(Microsoft MVP\) #1
Re: More efficient RFC 1867 uploads?
The uoload limits is adjustable in machine.config if you have access to it,
yiu can probably override it in local web.config too, though I've never
tried it.
Incidentally, theres a huge thread on uploading huge files at [url]www.asp.net[/url] in
the HTTPModules discussion section
--
Regards
John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
----------------------------------------------
"Richard K Bethell" <cj434@freenet.carleton.ca> wrote in message
news:O2Fn1M6RDHA.2188@TK2MSFTNGP10.phx.gbl...setting> Hi,
>
> Is there a more efficient way to handle RFC 1867 uploads then simplyis> a file input to runat=server? The problem I am facing is that, with
> asp.net's security limits on memory use, it isn't too hard to tap out a
> server's abilities with a handful of large file uploads.
>
> Is there a way to pace the Request object and extract binary data a few
> bytes at a time, so that I am not maxing out asp.net? I don't mind if it> a little harder to implement, but I need to find a way to gain a bit of
> robustness.
>
> Richard
>
>
John Timney \(Microsoft MVP\) Guest
-
Working Efficient with ID CS
Hello, A couple of weeks ago I went to a seminar of ID CS Page maker edition. I saw that ID has much more possibilities than Page maker 6.5 which... -
What is more efficient (*.a or *.so) libraries?
Hi, Recently I developed a series of static libraries (*.a files) for performing various different operations. I used these libraries to create... -
Looking for the most EFFICIENT way to do the following...
I have a table that has links in it. Columns: id, item, link_name, url. I want to run through the recordset of this table and so something like... -
Efficient structure
I have multiple types of information to associate to one object. I have data structures that store data structures. What is the best/most... -
Efficient query without using NOT IN clause
Hi all, I have got two tables:- a) students ======== std_id Numeric std_name Varchar(50) std_grade Varchar(10) -
David Waz... #2
Re: More efficient RFC 1867 uploads?
I can confirm that Web.Config will override the Machine.Config setting.
but that's not what he's asking here...
"John Timney (Microsoft MVP)" <xyztimneyj@btinternet.com> wrote in message
news:e4y6me9RDHA.2144@TK2MSFTNGP11.phx.gbl...it,> The uoload limits is adjustable in machine.config if you have access toin> yiu can probably override it in local web.config too, though I've never
> tried it.
>
> Incidentally, theres a huge thread on uploading huge files at [url]www.asp.net[/url]> the HTTPModules discussion section
>
> --
> Regards
>
> John Timney (Microsoft ASP.NET MVP)
> ----------------------------------------------
> <shameless_author_plug>
> Professional .NET for Java Developers with C#
> ISBN:1-861007-91-4
> Professional Windows Forms
> ISBN: 1861005547
> Professional JSP 2nd Edition
> ISBN: 1861004958
> Professional JSP
> ISBN: 1861003625
> Beginning JSP Web Development
> ISBN: 1861002092
> </shameless_author_plug>
> ----------------------------------------------
>
> "Richard K Bethell" <cj434@freenet.carleton.ca> wrote in message
> news:O2Fn1M6RDHA.2188@TK2MSFTNGP10.phx.gbl...> setting> > Hi,
> >
> > Is there a more efficient way to handle RFC 1867 uploads then simply> is> > a file input to runat=server? The problem I am facing is that, with
> > asp.net's security limits on memory use, it isn't too hard to tap out a
> > server's abilities with a handful of large file uploads.
> >
> > Is there a way to pace the Request object and extract binary data a few
> > bytes at a time, so that I am not maxing out asp.net? I don't mind if it>> > a little harder to implement, but I need to find a way to gain a bit of
> > robustness.
> >
> > Richard
> >
> >
>
David Waz... Guest
-
Richard K Bethell #3
Re: More efficient RFC 1867 uploads?
"Richard K Bethell" <cj434@freenet.carleton.ca> wrote in message
news:O2Fn1M6RDHA.2188@TK2MSFTNGP10.phx.gbl...setting> Hi,
>
> Is there a more efficient way to handle RFC 1867 uploads then simplyis> a file input to runat=server? The problem I am facing is that, with
> asp.net's security limits on memory use, it isn't too hard to tap out a
> server's abilities with a handful of large file uploads.
>
> Is there a way to pace the Request object and extract binary data a few
> bytes at a time, so that I am not maxing out asp.net? I don't mind if itHas noone any ideas on how to pace incoming post data for a binary upload?> a little harder to implement, but I need to find a way to gain a bit of
> robustness.
R.
Richard K Bethell Guest



Reply With Quote

