We've upgraded our Forums to Active Forums
Old Forums can still be accessed here for reference

Forum

Subject: Can't Upload Videos / Zip Files - Maximum Request Length Exceeded
Prev Next
You are not authorized to post a reply.

AuthorMessages
Mandeeps.comUser is Offline

Posts:451

01/30/2008 9:41 PM  
By default, DotNetNuke limits the size of upload to around 8mb. If you try to upload anything larger than this in Live Content (or any other module) then you may see the "Maximum Request Length Exceeded" error. Sometimes, you may just see a 404 Error (Page Not Found)

How do we get around this?

Locate your web.config file (that's in root folder of DotNetNuke installation)

Open the web.config file with text editor (such as Notepad)

Find the following tag:

<httpRuntime executionTimeout="300" useFullyQualifiedRedirectUrl="true" maxRequestLength="8192" />

maxRequestLength attribute is of interest to us; notice the value of 8192 which is in kilobytes (roughly 8mb). Change this value to a higher #; example, 21000 and you have now limited uploads to around 20mb.

Example:
<httpRuntime executionTimeout="300" useFullyQualifiedRedirectUrl="true" maxRequestLength="21000" />
You are not authorized to post a reply.
Forums > Modules > Live Content >FAQs > Can't Upload Videos / Zip Files - Maximum Request Length Exceeded



ActiveForums 3.7