Getting alert while uploading more than 2MB ( AJAX Uploader )

Last post 12-06-2009, 8:15 PM by cutechat. 6 replies.
Sort Posts: Previous Next
  •  09-15-2009, 7:20 AM 55646

    Getting alert while uploading more than 2MB ( AJAX Uploader )

    Hi
    i m getting an alert message (in IE getting the page tile as alert and in firefox getting Empty)  while uploading files with size more than 2MB.
    and upload not getting done.
  •  09-15-2009, 8:10 AM 55649 in reply to 55646

    Re: Getting alert while uploading more than 2MB ( AJAX Uploader )

    Maby you set max file size limit for uploading. Try to check that....
  •  09-15-2009, 8:56 AM 55651 in reply to 55649

    Re: Getting alert while uploading more than 2MB ( AJAX Uploader )

    Sorry, less than 2 MB also a m unable to upload. i've set the max size as 1 GB. timeout  might be the problem.
    i set      <httpRuntime maxRequestLength="2000000" executionTimeout="900" />
    then also same problem
  •  09-15-2009, 1:54 PM 55660 in reply to 55646

    Re: Getting alert while uploading more than 2MB ( AJAX Uploader )

    Jyotirmay,
     
    If you are uisng IIS 7.0, please check MaxAllowedContentLength value of %windir%\System32\inetsrv\config\applicationHost.config.
     
     
    Can you try the following code?
     
    1. <%@ Page language="c#"%>  
    2. <%@ Register Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" TagPrefix="CuteWebUI" %>  
    3. <html>    
    4. <head>  
    5. </head>  
    6. <body>  
    7.     <form id="Form1" method="post" runat="server">  
    8.     <CuteWebUI:Uploader runat="server" MultipleFilesUpload="true" ID="Uploader1">  
    9.     </CuteWebUI:Uploader>    
    10.     </form>  
    11. </body>  
    12. </html>  

    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

  •  09-24-2009, 10:42 AM 55843 in reply to 55646

    Re: Getting alert while uploading more than 2MB ( AJAX Uploader )

    Hi,
     
    We will investigate on this issue and get back to you ASAP.
     
    Regards,
    Terry
     
  •  12-05-2009, 12:58 PM 57618 in reply to 55843

    Re: Getting alert while uploading more than 2MB ( AJAX Uploader )

    I am having the same issue. Is says "Empty" in firefox when a file is over 20MB. Now I am on my development machine, so I don't think I have to set the settings for IIS7. What do I have to set in web.config or other files on the development machine? Only happens in IFrame mode.
  •  12-06-2009, 8:15 PM 57629 in reply to 57618

    Re: Getting alert while uploading more than 2MB ( AJAX Uploader )

    Hi,
     
    Some of cutsomers also get the firefox Empty issue.
     
    But we just can't reproduce it.
     
    We need time to find the reason.
     
    Regards,
    Terry
     
View as RSS news feed in XML