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

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Documents Module: large files will not uploadDocuments Module: large files will not upload
Previous
 
Next
New Post
6/15/2006 8:59 AM
 
When trying to upload a fairly large file (35 meg pdf file), i get errors. Is there a way to adjust the allowed upload size? I cannot find that in the source code nor on any thread here.

thanks in advance :D
 
New Post
6/15/2006 12:12 PM
 
It's a function of the application...not the module.

In your Web.config file, replace this:

   <!-- allow large file uploads -->
    <httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="8192" />

With this:

  <!-- allow large file uploads -->
    <httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="81920" executionTimeout="1500"/>

This will bump the timeout and allow upload files upto 80MB.

HTH


 
New Post
6/15/2006 12:28 PM
 
That worked perfectly! Thanks...I searched all over the web.config file for something like that but never even saw that :S

I certainly appreciate that!
 
New Post
6/20/2006 3:05 PM
 

I have found this procedure to allow upload of larger documents in several places (i.e. <httpRuntime executionTimeout="1500" useFullyQualifiedRedirectUrl="true" maxRequestLength="81920" />) but it is not working for me. I am still getting some very wierd DNS error message when I try to upload a large file.

The page cannot be displayed

The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.


I am using

 DotNetNuke Version:
The DotNetNuke application version you are running  3.2.2 

 Data Provider:
The provider name which is identified as the default data provider in the web.config file  SqlDataProvider 

.NET Framework:
The .NET Framework version which the application is running on - specified through IIS  1.1.4322.2032


Mark A. Lutz, System Admin / Developer sir_eggbert@hotmail.com
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Documents Module: large files will not uploadDocuments Module: large files will not upload


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