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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...CanCan't Upload Over 5 meg Using 4.02
Previous
 
Next
New Post
4/13/2006 2:17 AM
 

For  some reason I can't upload file bigger then 5 meg or so either threw file manager or repository. There is more then enough meg allowed from host to portal. Can anyone help?

 
New Post
4/13/2006 11:40 AM
 
Check your Web.config, on or about line 103. Edit that line from:

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

to:

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

This may help you...



 
New Post
4/14/2006 3:31 PM
 
Are you getting an error?

Is it that your browser is timing out before completeing the upload?

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

"maxRequestLength" is the total amount of data that can be sent through a HTTP Post to the server. The default is 4MB (4096).

"requestLengthDiskThreshold" is the number of bytes indicating the input-stream buffering threshold. The default is 256 bytes.

Whats missing is "executionTimeout" which is the maximum number of seconds a request is allowed to execute before being automatically shut down by ASP.NET. The default is 90 seconds.


From MSDN:

"When uploading large files, use the maxRequestLength attribute of the httpRuntime Element (ASP.NET Settings Schema) element to increase the maximum allowable file size. A DNS error is generated in the browser when the file exceeds the specified size. You might also receive the following error message when uploading large files:

aspnet_wp.exe (PID: 1520) was recycled because memory consumption exceeded 460 MB (60 percent of available RAM).

If you encounter this error message, increase the value of the memoryLimit attribute in the processModel Element (ASP.NET Settings Schema) element of the Machine.config file."


 
New Post
5/11/2006 9:11 AM
 

I am experiencing this very same problem.  I am certain it has everything to do with file size since I can load files up to 5megs as well.  I have quicktime .mov files that are 17meg, 35meg, and 53 megs.  Those sizes don't scare me... 

I made changes to the lines suggested.  I either did that incorrectly, or they did not have ANY effect.  My browser seems to be timing out in that about the time I expect the file to complete it's load, I am greeted with a Page not found page....nothing is populated into the database at that point.  I tried a work around by FTPing my files to the correct folder, but then they are not callable from the module (I am trying to use NukeSyndicate to post Video Podcasts).

Any ideas?


Dan L. Whitacre Northern-KY Enterprises, Inc. 1103 McKinney Avenue Dayton, KY 41074-1528 513-608-4232 (Anytime Line) 859-655-9920 (Home/Office)
 
New Post
5/11/2006 3:09 PM
 
After you ftp them up you must go to Host -> Filemanager and then hit the 'Synchronize Database And File System ' link near the bottom for them to show up in the DNN file picker for you to select for your podcast.
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...CanCan't Upload Over 5 meg Using 4.02


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