Re: Problem with file uploading new to asp.. Need help by Dominique
Dominique
Fri May 07 08:46:56 CDT 2004
r u running iis 6 on w2k3?
there's a limit on the amount of data that can be transferred blah blah...
quick fix is to change it in the metabase file. Look for these lines:
AspMaxRequestEntityAllowed Default is 204800 (200kb)
AspBufferingLimit Default is 4194304 (4MB+)
quote from another user with the same problems...
"If I remember correctly, AspMaxRequestEntityAllowed applies to all
situations where you want to upload something larger than 200kb. (i.e.
ASPUpload) But, if you're using the native uploading in ASP then
AspBufferingLimit needs to be increased also if you want to upload files
larger than 4MB."
"Mike" <anonymous@discussions.microsoft.com> wrote in message
news:7327827F-32E2-4856-8C2F-E34E6BAE04FB@microsoft.com...
> Hi i have a problem in asp.net
> i am uploading file to the server using htmlinput controls and every thing
is ok
> but i try to upload larger file to the server like more than 4 mb and
about 10mb i got server connection lost and time out some no responce .
> is there any solution to that problem using asp.net and c#
> thanks
>
>