Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

PortalWebHosting
  Ads  
Biz Modules provides professional business modules and solutions for DotNetNuke
 


  Sponsors  

Meet Our Sponsors

R2integrated - formerly bi4ce
Jango Studios - Skins, Modules and Hosting for DotNetNuke
eUKhost.com is commited to offer exceptional UK Windows Web Hosting solutions with quality 24x7 technical support.Our plans support ASP.Net, ASP, ASP.NET Ajax extensions, XML, MSSQL, MySQL, PHP,DNN, multiple domains and Shared SSL as standard.
SmarterTools
The Official Microsoft ASP.NET Website
Portal Webhosting - Hosting For Developers
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  Repository Modu...  Uploading Large Files To The Repository
Previous Previous
 
Next Next
New Post 11/30/2007 8:36 PM
User is offline Jeff Parker
245 posts
www.valintus.com
9th Ranked


Re: Uploading Large Files To The Repository 

 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. 


www.valintus.com
 
New Post 1/17/2008 6:50 AM
User is offline Buck Anderson
59 posts
www.justnorth.com
10th Ranked


Re: Uploading Large Files To The Repository 

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 7:06 AM
User is offline Buck Anderson
59 posts
www.justnorth.com
10th Ranked


Re: Uploading Large Files To The Repository 

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 12:23 PM
User is offline josephwinters
7 posts
10th Ranked


Re: Uploading Large Files To The Repository 

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 12:28 PM
User is offline sbickel
1 posts
10th Ranked


Re: Uploading Large Files To The Repository 

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 Previous
 
Next Next
  Forum  DotNetNuke® Pro...  Repository Modu...  Uploading Large Files To The Repository
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


DotNetNuke Marketplace - Modules & Skins
The DotNetNuke Marketplace is the official e-commerce gateway for the DNN ecosystem. It's the place to buy and sell DotNetNuke modules, DotNetNuke skins, and other DNN offerings.
DotNetNuke Marketplace
ExactTarget Email Marketing Software and Solutions
ExactTarget delivers on-demand email software solutions for permission-based email marketing. ExactTarget offers solutions that meet the needs of all industry verticals and all size organizations, including SMB, corporate divisions, not-for-profits, large retail/direct marketers, agencies and enterprises.
ExactTarget.com
Sunset Hill Solutions - Consulting and Development
We offer general DNN consulting services - including custom module development and commercial module integration/setup.
www.sunsethill.ca

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP