ajax uploader file size

Last post 03-07-2014, 2:59 AM by jurgen007. 2 replies.
Sort Posts: Previous Next
  •  03-06-2014, 3:57 AM 80022

    ajax uploader file size

    I'm trying to upload files in ASP.Net with the ajax uploader. The files can be up to 20MB so I've set the maxsizekb to 20240.

     

    I also followed this blogpost: http://weblogs.asp.net/jgalloway/archive/2008/01/08/large-file-uploads-in-asp-net.aspx 

    to change my allowed file size in my web.config.

     

    Placed this in System.Webserver:

    <security>

          <requestFiltering>

            <requestLimits maxAllowedContentLength="52428800" /> <!--50MB-->

          </requestFiltering>

        </security>

     

    And this in httpruntime:

    executionTimeout="220" maxRequestLength="52428800" 

     

    Now my problem is that all my files above 300kb fail to upload.  Everything below 300kb works fine. What could be the problem? 

     

    I also tried this with no luck:

    <add key="CuteWebUI.AjaxUploader.RewritePath" value="IIS7" />

    <add key="CuteWebUI.AjaxUploader.UseAspNetStream" value="True" />

  •  03-06-2014, 8:09 AM 80026 in reply to 80022

    Re: ajax uploader file size

    Hi jurgen007,

     

    Does your site under load balancing/web farm environment? Can you send me your uploader page url? So I can test it too. Also, you can send it to Kenneth@CuteSoft.net

     

    Regards,

     

    Ken 

  •  03-07-2014, 2:59 AM 80035 in reply to 80026

    Re: ajax uploader file size

     No not running in a web farm. A single server handles all requests. I've send you a mail with details
View as RSS news feed in XML