Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Larger File Upload Fails
Last Post 08/25/2010 3:02 PM by Peter Donker. 1 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Pavan
New Member
New Member
Posts:2


--
08/20/2010 11:08 PM

 Hi,

DMX 5.2.9 is setup on DNN 5.3.1 and using TelerikUpload as we have files more than 200MB. For any file more than 15MB is failing and after sometime of upload initiation it redirecting to 404 page. I did not see any log generated in DNN. Further  I  verified all web.config settings and please note below.

    < httpruntime executiontimeout="3600" requestlengthdiskthreshold="307200" maxrequestlength="307200" usefullyqualifiedredirecturl="true">< /httpruntime>

    < httpmodules>< /httpmodules>

....

 

      < add name="DMX_RadUploadModule" type="Bring2mind.Telerik.WebControls.RadUploadHttpModule, Bring2mind.Telerik.RadUpload.Net2">< /add>

      < add name="ComponentArtUploadModule" type="ComponentArt.Web.UI.UploadModule, ComponentArt.Web.UI">< /add>

      < add name="WebDAVAuthenticationModule" type="Bring2mind.DNN.Modules.DMX.WebDAV.AuthenticationModule, Bring2mind.DNN.Modules.DMX.WebDAV">< /add>

    

< httphandlers>< /httphandlers>

.......

 

      < add type="Bring2mind.Telerik.WebControls.RadUploadProgressHandler, Bring2mind.Telerik.RadUpload.Net2" verb="*" path="Bring2mind.Telerik.RadUploadProgressHandler.aspx">< /add>

      < add type="ComponentArt.Web.UI.UploadProgressHandler, ComponentArt.Web.UI" verb="*" path="ComponentArtUploadProgress.axd">< /add>

      < add type="Bring2mind.DNN.Modules.DMX.WebDAV.DavHandler, Bring2mind.DNN.Modules.DMX.WebDAV" verb="GET,HEAD,PUT,OPTIONS,PROPFIND,PROPPATCH,COPY,MOVE,DELETE,MKCOL,LOCK,UNLOCK,DEBUG" path="dmxdav.axd" validate="false">< /add>

      < add type="Bring2mind.DNN.Modules.DMX.WebDAV.DavHandler, Bring2mind.DNN.Modules.DMX.WebDAV" verb="OPTIONS,PROPFIND" path="*" validate="false">< /add>

    

 

What is missed in this? Please help/guide to fix this as our client is badly need this to be done quickly. 

 

Regards,

Pavan

 

 

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
08/25/2010 3:02 PM
Hi Pavan,

I doubt it's related to the modules/handlers as it works for files smaller than 15 Mb. The most likely candidate is still the request length. If this is IIS 7 then max request length is somewhere else in the web.config and the server mist allow you to set it (machine.config). You'll find many resources online about upload limits in asp.net apps and IIS.

One thing to test it with is to try it with a plain asp.net uploader. Does it also refuse a 20 Mb file?

Peter
You are not authorized to post a reply.