Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Problem with uploading files
Re: Problem with uploading files
05-10-2005, 9:03 AM
Bomberman
Joined on 05-10-2005
Posts 6
Re: Problem with uploading files
Reply
Quote
try putting this in the web.config of your site:
<
httpRuntime
maxRequestLength
="1000000000"
/>
make sure its is the
<
system.web
>
This is the request length which you can change to any size (in bytes) should solve your problem
Colin
View Complete Thread