Re: Error: Objet reference not set to an instance of an object

  •  03-14-2012, 8:14 PM

    Re: Error: Objet reference not set to an instance of an object

    Hi,
     
    When use the 'UseAspNetStream' mode , the uploader will stop intercept the input stream .
     
    So ASP.NET will handle it , but will be limited by <httpRuntime maxRequestLength="4096" />
     
    please change it to a larger value .
     
     
    Regards,
    Terry
View Complete Thread