Bug Report Q213381
Visible to All Users

ASPxUploadControl - Access Denied on UploadingProgressChanged

created 16 years ago

Hi,
I am getting a number of javascript errors when uploading files large enough to trigger the UploadingProgressChanged event. I have added the httpHandler references to the web.config but I am still getting the problem. I have attached a sample project.
I am fairly sure its a configuration issue as I have been able to get the demo projects to work ok, but I have not been able to figure it out whats wrong with my code.
Can you have a look and tell me what I am doing wrong.
Thanks

Show previous comments (4)

    Hi,
    attached is a project that has the problem. I have upgraded it to 2009 v1.5 and the issue remains.

    DevExpress Support Team 16 years ago

      Hi!
      We've reproduced this problem. It seems like a bug.
      We'll investigate it, and try to fix it as soon as possible.
      Thanks,
      Andrew R

      DevExpress Support Team 16 years ago

        Hi Phil:
        This issue is reproducible under WindowsXP with IIS5.1, and also under Cassini WebServer. The cause of this glitch is that when a request exceeds its maximum length, IIS ends this request, and we can't correctly get internal elements of a control (iframe) under IE.
        The default maxRequestSize acceptable for IIS is 30Mb.
        There is a workaround for the IIS that version is >5. You should execute the following command:
        %windir%\system32\inetsrv\appcmd.exe set config -section:system.webServer/security/requestFiltering -requestLimits.maxAllowedContentLength:<new-request-length>
        Unfortunately, it is impossible to change this property either for the IIS 5.1 or Cassini Web Server because there's no corresponding API.
        Thanks
        Kate.

        Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

        Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.