allowing uploads of greater than 10MB
I read that asp.net 2.0 doesnt allow uploads bigger than 4mb. How do you
change this?
RE: allowing uploads of greater than 10MB
set
<httpRuntime maxRequestLength="10240" />
in web.config
--
Misbah Arefin
"Andy B" wrote:
> I read that asp.net 2.0 doesnt allow uploads bigger than 4mb. How do you
> change this?
>
>
>
>