Re: You are probably hitting the file upload limit of IIS7.By default in IIS 7 requestFiltering has the MaxAllowedContentLength property enabled.It specifies, in bytes, the maximum length of the content in a request. The default is 30MB.

  •  07-30-2009, 12:22 AM

    Re: You are probably hitting the file upload limit of IIS7.By default in IIS 7 requestFiltering has the MaxAllowedContentLength property enabled.It specifies, in bytes, the maximum length of the content in a request. The default is 30MB.

    Hi,
     
    That error message caused by 404 error.
     
    I think the uploader do not calcualte the path correctly on your server.
     
    Can you post the HTML code the uploader rendered?
     
    Regards,
    Terry
     
View Complete Thread