Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsMediaMediasize limitations for media filessize limitations for media files
Previous
 
Next
New Post
7/5/2006 10:31 AM
 

Hi Folks,

I have an intranet installation of DNN 4.3 and am excited about using the media module. I tried to upload a 20 mb file to my site database to test the module but got an error:

A critical error has occurred.
Maximum request length exceeded.

Is there a maximum file size setting I can bump up? Obviously media display is all about big files.  Is this a limitation with SQL Express? does the database need to accept a larger file or is this an issue within DNN itself?

Looking forward to someone's insights.

 

Thanks,

 

Hal

 
New Post
7/5/2006 7:31 PM
 

There is a file size limitation in the default web.config.  You can increase the file size easily.  You may wish to adjust the timeout setting as well.  Here are the default lines from the web.config for 4.3.2:

<!-- allow large file uploads -->

<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="8192" requestLengthDiskThreshold="8192"/>

Change the maxRequestLength and requestLengthDiskThreshold to whatever you wish.  The default timeout is in the machine settings but you can override it here.  So here's an example, you could change it to this to allow 10 meg files with up to 20 minutes of time to upload:

<!-- allow large file uploads -->

<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="10240" requestLengthDiskThreshold="10240" executionTimeout="1200" />



Shane Miller
Call Centers 24x7
 
New Post
8/18/2006 8:45 AM
 

I just want to say I'm glad I found this post as I have been trying to solve this problem for quite a while. I have never seen "executionTimeout" documented before, and this was definitely the key to solving large file upload problems for me (after setting maxRequestLength appropriately, of course.)

Rob Ralston


Rob Ralston, SilverBullet Technologies LLC, www.silverbullettech.com
 
New Post
9/20/2006 12:42 PM
 

Does anyone know the path to appropriate folder on a GoDaddy-hosted installation ?  This may come as a surprise but GoDaddy support  was no help whatsoever.

TIA.

Gregg.

 

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsMediaMediasize limitations for media filessize limitations for media files


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out