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 ForumsRepositoryRepositoryUploading Large Files To The RepositoryUploading Large Files To The Repository
Previous
 
Next
New Post
11/30/2007 11:36 PM
 

fetaboy wrote

I actually found the answer a few minutes after posting this.  I had copied the setting from the first page.  I then read the microsoft page referenced in the first post and realized that the requestLengthDiskThreshold probably should not be set so high.  Using these settings, I was able to upload a 50MB file with no issues. 

Hi, I've used these exact settings but IE times out when I try and upload a 40Mb file after only a couple of minutes. But it lets me upload a 14Mb file OK. Any ideas? Might it be a setting somewhere in IE itself? Same as before, the error also happens when using Admin file manager, so appears to be not specific to Repository. 

 
New Post
1/17/2008 9:50 AM
 

Hi Steve,

I hope all is well with you.

I hope you can offer some information on the following issue:

Another config file that is using NeatUpload

With DNN 4.7.0 and the repository module, I have the following setting in web.config:

executionTimeout="3600" useFullyQualifiedRedirectUrl="true" maxRequestLength="1048576" requestLengthDiskThreshold="1048576"

and

neatUpload useHttpModule="true" maxRequestLength="2097151" defaultProvider="FilesystemUploadStorageProvider

Using UVG_153_ENT with wizard set to 100 MB

Can't get a large file to upload.

 

Talking with Dean Brettle and he seems to think that:

"That error means that NeatUpload thinks that the maxRequestLength attribute in the element is not set (or is set to 4Mbytes).  The line you posted, generally looks correct.  Perhaps you have another element in a element or in a different Web.config which is overriding the element that you posted?"


Any ideas where to look?

 

Here is the error I receive:

Method: Brettle.Web.NeatUpload.FilteringWorkerRequest.WriteParsedToOutputStream
StackTrace:
Message: System.Exception: Unhandled Error: ---> System.Web.HttpException: Unhandled HttpException while processing NeatUpload child request ---> Brettle.Web.NeatUpload.UploadTooLargeException: Total size > 4194304 bytes at Brettle.Web.NeatUpload.FilteringWorkerRequest.WriteParsedToOutputStream() at Brettle.Web.NeatUpload.FilteringWorkerRequest.CopyUntilBoundary() at Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseOrThrow() at Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseMultipart() at Brettle.Web.NeatUpload.FilteringWorkerRequest.GetKnownRequestHeader(Int32 index) at System.Web.HttpWorkerRequest.HasEntityBody() at System.Web.HttpRequest.GetEncodingFromHeaders() at System.Web.HttpRequest.get_ContentEncoding() at System.Web.HttpServerUtility.UrlDecode(String s) at DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace --- at Brettle.Web.NeatUpload.UploadHttpModule.Application_BeginRequest(Object sender, EventArgs e) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---

 
New Post
1/17/2008 10:06 AM
 

Hi Steve,

I hope all is well with you.

I hope you can offer some information on the following issue:

Another config file that is using NeatUpload

With DNN 4.7.0 and the repository module, I have the following setting in web.config:

executionTimeout="3600" useFullyQualifiedRedirectUrl="true" maxRequestLength="1048576" requestLengthDiskThreshold="1048576"

and

neatUpload useHttpModule="true" maxRequestLength="2097151" defaultProvider="FilesystemUploadStorageProvider

Using UVG_153_ENT with wizard set to 100 MB

Can't get a large file to upload.

 

Talking with Dean Brettle and he seems to think that:

"That error means that NeatUpload thinks that the maxRequestLength attribute in the element is not set (or is set to 4Mbytes).  The line you posted, generally looks correct.  Perhaps you have another element in a element or in a different Web.config which is overriding the element that you posted?"


Any ideas where to look?

 

Here is the error I receive:

Method: Brettle.Web.NeatUpload.FilteringWorkerRequest.WriteParsedToOutputStream
StackTrace:
Message: System.Exception: Unhandled Error: ---> System.Web.HttpException: Unhandled HttpException while processing NeatUpload child request ---> Brettle.Web.NeatUpload.UploadTooLargeException: Total size > 4194304 bytes at Brettle.Web.NeatUpload.FilteringWorkerRequest.WriteParsedToOutputStream() at Brettle.Web.NeatUpload.FilteringWorkerRequest.CopyUntilBoundary() at Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseOrThrow() at Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseMultipart() at Brettle.Web.NeatUpload.FilteringWorkerRequest.GetKnownRequestHeader(Int32 index) at System.Web.HttpWorkerRequest.HasEntityBody() at System.Web.HttpRequest.GetEncodingFromHeaders() at System.Web.HttpRequest.get_ContentEncoding() at System.Web.HttpServerUtility.UrlDecode(String s) at DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace --- at Brettle.Web.NeatUpload.UploadHttpModule.Application_BeginRequest(Object sender, EventArgs e) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---

 
New Post
4/14/2008 2:23 PM
 

Hello everyone,

I am currently running DNN version 3.3.7 (if i upgrade, it breaks stuff and i cant deal with that right now hehe), and have tried everything listed in this thread for bigger file uploading. I am still getting a timeout when trying to upload a file. the files arent too big either, i would say 50mb max.  I have repository version 3.1.13.  any help would be appreciative, I have files i need to get to people, but unable to because of the timeout problem.   Whatever solution i have to go with, i just need it to be able to restrict the file to a particular user role.

I was also wondering... I am able to upload these bigger files via ftp just fine, can i just point the repository setting to an actual server location?.. just a thought.

 

please help.

-Joe

 
New Post
4/17/2008 2:28 PM
 

I am new to the community, but have been experiencing the same issues as you reported here.  I have tried various methods listed in the post and some others, but none of them have enabled me to upload larger files (between 9 & 45 MB).  I am using repository ver 3.01.13 and DNN Version 4.08.00. 

Waiting to see if something better is offered up..

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsRepositoryRepositoryUploading Large Files To The RepositoryUploading Large Files To The Repository


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