Using version 1.6.1 of the fileupload control our users are starting to recieve the follow error when trying to upload 80Mb files even though we are allowing 100Mb on the control. I am guessing that the error is wrong as a 5Mb file will upload correctly. My web.config maxrequestlength is < 100Mb, but that should not matter correct?
Source: Mediachase.FileUploader
Message: Min file length exceeded
Stack Trace: at Mediachase.FileUploader.McHttpModule.16e4473e25a646f8(add7a045ced3a6be bce90b56ab411c23)
at Mediachase.FileUploader.McHttpModule.694a7e1d01f817ae(Object 337e217cb3ba0627, EventArgs fbf34718e704c6bc)
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)