Upload Error via laptop (wireless)

Last post 07-07-2009, 1:02 AM by cutechat. 9 replies.
Sort Posts: Previous Next
  •  06-29-2009, 12:32 PM 53598

    Upload Error via laptop (wireless)

    Hello,
    I am using the multiple-files-upload.aspx method to upload files on my production box. I have bought the Ajaxuploader and installed the .dll and .lic file in the bin folder of the app.  I have the following references to the uploader in my web.config.
     
    <add key="CuteWebUI.AjaxUploader.GlobalMaxSizeKB" value="100000"/>
     
    The upload works perfectly on a PC. The upload speed is > 600KB/sec .
    The upload fails if uploaded via laptop(wireless). The upload speed is around 25-35 KB/sec. The upload error is shown below.
     
    Not sure why the error image that I inserted is not showing. I am entering the error message here. "Server side exception, failed to upload 2D or 3D portraits.pdf

    Debug information:

    System.Web.HttpException: Maximum request length exceeded.
     at System.Web.HttpRequest.GetEntireRawContent()
     at System.Web.HttpRequest.GetMultipartContent()
     at System.Web.HttpRequest.FillInFilesCollection()
     at System.Web.HttpRequest.get_Files()
     at CuteWebUI.UploadModule.d(HttpContext A_0)
     
     Thanks for your help.
    Filed under:
  •  06-29-2009, 2:26 PM 53601 in reply to 53598

    Re: Upload Error via laptop (wireless)

    dmak,
     
    Are you using ASP.NET 1.1?
     
    If so, add the following code into your web config file somewhere inside of <system.web:

    <httpRuntime maxRequestLength="16384" />

    Keep me posted


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  06-29-2009, 3:11 PM 53605 in reply to 53601

    Re: Upload Error via laptop (wireless)

    No. I use ASP.NET 3.5
     
    The upload fails if uploaded from laptop (wireless).
     
    Thanks,
  •  06-29-2009, 3:39 PM 53606 in reply to 53605

    Re: Upload Error via laptop (wireless)

    Also, I need to mention this. The upload progress takes place, the green progress bar turns 100% and then I get the error message. It does not fail immediately after I start uploading.  It does try to upload, and fails at 100%.
     
    Thanks,
  •  06-29-2009, 9:35 PM 53619 in reply to 53606

    Re: Upload Error via laptop (wireless)

    Hi,
     
    Did you upload files for difference size ??
     
    I think the problem is still the http runtime setting.
     
    In other PC , maybe you installed the Silverlight, and it support large file upload.
     
    But maybe in your laptop , Silverlight is not installed.
     
    And is your application use medium-trust ?
     
    Regards,
    Terry
  •  06-30-2009, 10:45 AM 53637 in reply to 53619

    Re: Upload Error via laptop (wireless)

    No. I uploaded the same file (9MB) from both Desktop and Laptop.
     
    We do not use Silverlight and do not have Silverlight installed on any of our servers.
     
    This is my trust policy found on Web.config at the machine level.
    <location allowOverride="true">
            <system.web>
                <securityPolicy>
                    <trustLevel name="Full" policyFile="internal"/>
                    <trustLevel name="High" policyFile="web_hightrust.config"/>
                    <trustLevel name="Medium" policyFile="web_mediumtrust.config"/>
                    <trustLevel name="Low" policyFile="web_lowtrust.config"/>
                    <trustLevel name="Minimal" policyFile="web_minimaltrust.config"/>
                </securityPolicy>
                <trust level="Full" originUrl=""/>
            </system.web>
        </location>
  •  06-30-2009, 1:26 PM 53653 in reply to 53637

    Re: Upload Error via laptop (wireless)

    Did you test a general network rather than the wireless , of your labtop ?
  •  06-30-2009, 4:19 PM 53658 in reply to 53653

    Re: Upload Error via laptop (wireless)

    Yes, nothing wrong with the wireless network. This happens on users laptop too.
  •  06-30-2009, 4:46 PM 53659 in reply to 53653

    Re: Upload Error via laptop (wireless)

    Yes, Wired the laptop and tested. Works fine. Its only with wireless.
  •  07-07-2009, 1:02 AM 53779 in reply to 53659

    Re: Upload Error via laptop (wireless)

    Hi,
     
    I am sorry I still not able to determine what's wrong on your wireless.
     
    How about upload file to our online demo ? http://ajaxuploader.com/ ?
     
    Regards,
    Terry
     
View as RSS news feed in XML