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...Uploader not workingUploader not working
Previous
 
Next
New Post
5/5/2006 9:57 AM
 
This workaround (copy the module to the server then process) is only a work around to install modules. This DNN 4.X bug does not allow you to upload files from the file manger as well. We have several portals that clients use and need to upload files on a regular basis.
 
New Post
5/5/2006 10:57 AM
 

I don't have a solution, but some suggestions for investigating this issue.

If you have access to the Event log on the server, look for event log messages similar to:
"aspnet_wp.exe (PID: nnnn) was recycled because memory consumption exceeded ..."
If you see this error message, it means that the ASP.NET application was restarted because its memory consumption exceeded the threshold (which is set in machine.config and cannot be set for individual web sites).
Although, it's not clear whether thus type of error should still be happening in .NET version 2.0. Also, look for other ASP.NET errors in the event log around the same time.

In ASP.NET 2.0, there's a new attribute for the <httpRuntime> configuration section called requestLengthDiskThreshold. If any request body exceeds this number of kilobytes, the request will be buffered on disk. Note that the Microsoft MSDN documentation says this value is in bytes, but it is apparently in kilobytes. There is also conflicting information on whether the default is 256(KB) or 80(KB).

Also, this value should NOT be set to larger than the maxRequestLength value. If the requestLengthDiskThreshold value is greater than the maximum requestLength, the request body will always be buffered in memory, effectively disabling on-disk buffering.

 
New Post
5/5/2006 11:00 AM
 
 
New Post
5/8/2006 2:45 PM
 
pdickerson - Thanks for the advice on the requestLenghtDiskhreshold and event log. I already had the web.config settings correct and there is nothing in the event log. My test file is about 2mb in size. I just attempted to upload it about 20 times. About 5 of the 20 were successful uploads with no discernable pattern between success and failure.
 
New Post
5/14/2006 7:39 AM
 
As I explained in the support issue DNNP-2565, files in a list  are stored in a cache, which is not a good design.. In case of insufficient memory on the server, cached data is cleared and even if files are shown to the user , they are not in cached list, that application tries to upload. It shouldn't be too hard to change code to upload list control entries directly instead of using cached list. 

Michael Freidgeim http://geekswithblogs.net/mnf
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Uploader not workingUploader not working


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