Portal Engine
Version 2.x > Portal Engine > Attachment size limit View modes: 
User avatar
Member
Member
persun - 1/24/2007 12:06:14 PM
   
Attachment size limit
Hi,

Is there a size limit on document attachments? When uploading a 2 mb video file to my document everything is fine, but when I try 4.6 mb file I get the classic "The page cannot be displayed" error message.

Cheers,

Per

User avatar
Guest
admin - 2/6/2007 6:02:33 PM
   
Re: Attachment size limit
This may depend on your web.config settings - you may need to increase the maxRequestLength value:

<system.web>

<httpRuntime maxRequestLength="8192" /> <!-- 8MB -->

</system.web>

Best Regards,

User avatar
Member
Member
thinton99 - 2/8/2007 5:24:04 PM
   
Re: Attachment size limit
I assume this is not a setting that is in the web.config by default? I need to add it? Is 8MB the default size? We are having the same issue.

Todd