Technical support This forum is closed.
Version 1.x > Technical support > Size of Upload Files View modes: 
User avatar
Member
Member
rafa - 4/11/2006 7:16:41 PM
   
Size of Upload Files
Hello
I am trying to upload a pdf file of 10 MB in the content area, but this process generates error and not upload the required file.

Please Help Me

Thanks

User avatar
Guest
admin - 4/11/2006 7:23:50 PM
   
Re: Size of Upload Files
Hello,

if you get an error saying the request is too long, you may need to set the following option in the web.config file:

<system.web>

...

<httpRuntime maxRequestLength="100000" />

</system.web>


The value is in kilobytes (100 MB in this case).

Best Regards,