Return to Snippet

Revision: 11029
at January 21, 2009 08:07 by leonbda


Initial Code
<system.web>
    <httpRuntime maxRequestLength="10000" />
</system.web>

// size is in kilobytes
// default upload size iz 4 megabytes
// max upload size is 100 megabytes

Initial URL


Initial Description


Initial Title
Web.config - define max. upload size

Initial Tags


Initial Language
C#