|
Latest Discussions
|
 |
|
|
|
|
 |
|
Support Forum
|
 |
|
| Author |
Messages |
|
Bret Miller Posts:25

 |
| 09/13/2008 3:35 PM |
|
I am on PowerDNN just recently. I installed the latest binaries. I configured it to accept allot of formats however at first I'd like to test with some FLV files I was using at the other server. When I tried to upload a flash file I get the following error (its only a 3mg file):
Server Error in '/dotnetnuke' Application.
Total size > 122880 bytes
Description: An
unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the
error and where it originated in the code.
Exception Details: Brettle.Web.NeatUpload.UploadTooLargeException: Total size > 122880 bytes
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace below.
|
Stack Trace:
[UploadTooLargeException (0x80004005): Total size > 122880 bytes] Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseOrThrow() +2886 Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseMultipart() +253 Brettle.Web.NeatUpload.FilteringWorkerRequest.GetKnownRequestHeader(Int32 index) +21 System.Web.HttpWorkerRequest.HasEntityBody() +17 System.Web.HttpRequest.GetEncodingFromHeaders() +168 System.Web.HttpRequest.get_ContentEncoding() +48 System.Web.HttpServerUtility.UrlDecode(String s) +148 DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +214 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
[HttpException (0x80004005): Unhandled HttpException while processing NeatUpload child request] Brettle.Web.NeatUpload.UploadHttpModule.Application_BeginRequest(Object sender, EventArgs e) +845 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
|
|
|
|
|
Jannick Kuijpers Posts:20

 |
| 09/13/2008 3:59 PM |
|
I am not running on powerdnn, but for as far as I can see 122880 bytes is about 1 MB. Anyway, did you look at your web.config, look at a section like this
[HTTPRUNTIME requestLengthDiskThreshold="262144" maxRequestLength="262144" useFullyQualifiedRedirectUrl="true" executionTimeout="600" /] [HTTPCOOKIES domain="" requireSSL="false" httpOnlyCookies="true" /]
this will allow files up to 256 MB with a timeout up to 10 mins. |
|
|
|
|
Jannick Kuijpers Posts:20

 |
| 09/13/2008 4:01 PM |
|
| Hmm can't copy / paste text inhere...... but look at maxRequestLength in your web.config |
|
|
|
|
Bret Miller Posts:25

 |
| 09/13/2008 5:07 PM |
|
LOL! I missed the part after the field ... "KB, e.g 100 MB = 102400 KB"
THANKS FOR THE FAST REPLY! It seems to be working now. One suggestion for Biz Modules is to include this parameter in the config settings as they are displayed after running the wizard, otherwise you have to re-run the config wizard or open the file directly, ...
|
|
|
|
|
Pengtsen R Posts:5417

 |
| 09/13/2008 8:08 PM |
|
| ok, thank you for your suggestion, this will be reviewed. |
|
Pengtsen R http://www.bizmodules.net |
|
|
|
| You are not authorized to post a reply. |
|
|
|
|
|
|
 |
 |
|
 |
|