Series of errors in uploader

Last post 05-13-2010, 9:54 PM by Adam. 6 replies.
Sort Posts: Previous Next
  •  05-13-2010, 5:48 AM 60984

    Series of errors in uploader

    Hi,
     
    Build 3.0 20100512 has several annoying errors:
    FF 3.6.3, Chrome 4.1.249.1064:
    InnerException:            System.FormatException
    Input string was not in a correct format.
    mscorlib
       at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
       at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt)
       at c.a(String A_0)
       at c.b()
       at c.g()
       at CuteWebUI.UploaderBase.get_IsBrowserSupportUploadScript()
       at CuteWebUI.UploaderBase.b(String A_0)
       at CuteWebUI.UploaderBase.a(Object A_0, EventArgs A_1)
       at System.EventHandler.Invoke(Object sender, EventArgs e)
       at System.Web.UI.Control.OnPreRender(EventArgs e)
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    RawUrl:            /Forum/ShowForum.aspx?forumid=1067
    AbsoluteUri:            http://localhost:8025/Forum/ShowForum.aspx?forumid=1067
    PathInfo:            /Forum/ShowForum.aspx?forumid=1067
    Browser:            Mozilla/5.0 (Windows; U; Windows NT 5.2; ru; rv:1.9.2.3) Gecko/20100401 MRA 5.4 (build 02647) Firefox/3.6.3 (.NET CLR 3.5.30729)
     
    IE 7 works, but uploader looks like:
     
    The Browse button allows to select a single file, although MultipleFilesUpload="true".
    The right button (former InsertButton) clears the input field and do nothing. Uploading is impossible.
     
    Uploader properties:
    <cw:Uploader runat="server" ID="Uploader1" TempDirectory="<%# TempDirectory %>" ManualStartUpload="false"
     ShowProgressBar="false" CancelText="some text" AutoUseSystemTempFolder="false" MultipleFilesUpload="true"
     MaxFilesLimit="<%# MaxFileCount %>" UploadType="Flash"
     ProgressTextTemplate="some text" CancelAllMsg="some text"
     InsertText="Выбрать и загрузить" OnFileUploaded="Uploader1_FileUploaded">
    </cw:Uploader>
     
    .NET Runtime Version:2.0.50727.832
     
    FF 3.6.3 sometimes hangs after long uploader usage (CPU more than 50%) . Without uploader it works fine all the day.
    Also, it sometimes cannot load flash addon(although it 100% installed and works) and displays the hint over the Browse button: "Failed to load Flash addon. Use IFrame mode automatically".
     
    Build 3.0 20100510 works very strange in Opera 10.53. I could upload only one file, then opera shows the nice "File browsing dialog blocked" message with the "dead" link "Please click here and try again". After refreshing the page I again can upload one file and so on.
    If I set ShowFrameBrowseButton = true, the browse button does not appear at all.
     
    ---
    Regards,
    Alexander
  •  05-13-2010, 9:59 AM 60992 in reply to 60984

    Re: Series of errors in uploader

    Alexander,
     
    I tried the following example using the browsers you tested. It works for me.
     
     
    Can you try it and get back to me?

    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

  •  05-13-2010, 11:11 AM 60993 in reply to 60992

    Re: Series of errors in uploader

    Adam, your example does not work in IE7: page just postbacks, and in Opera 10.53: "File browsing dialog has been blocked" when trying download a second file.
     
    And what about the first error in the build 3.0 20100512 ?
  •  05-13-2010, 12:26 PM 60994 in reply to 60993

    Re: Series of errors in uploader

    I have tested http://ajaxuploader.com/demo/select-multiple-files-upload.aspx in ie7, I can upload files and it works. What's your test result? Is there error message throwed?
     
    "File browsing dialog has been blocked" , we are investigating this issue and we will get back to you ASAP.
     
    Regards,
    Eric
  •  05-13-2010, 2:57 PM 60999 in reply to 60994

    Re: Series of errors in uploader

    Is there error message throwed?

    No errors. After pressing the button the panel disappears for a second and appears again. Usual postback is occured, file browser is not called.

  •  05-13-2010, 3:35 PM 61001 in reply to 60999

    Re: Series of errors in uploader

    Relaxander:

    Is there error message throwed?

    No errors. After pressing the button the panel disappears for a second and appears again. Usual postback is occured, file browser is not called.

     
    What happen is you set the browser language setting to english?

    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

  •  05-13-2010, 9:54 PM 61009 in reply to 60984

    Re: Series of errors in uploader

    Relaxander:
    Hi,
     
    Build 3.0 20100512 has several annoying errors:
    FF 3.6.3, Chrome 4.1.249.1064:
    InnerException:            System.FormatException
    Input string was not in a correct format.
    mscorlib
       at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
       at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt)
       at c.a(String A_0)
       at c.b()
       at c.g()
       at CuteWebUI.UploaderBase.get_IsBrowserSupportUploadScript()
       at CuteWebUI.UploaderBase.b(String A_0)
       at CuteWebUI.UploaderBase.a(Object A_0, EventArgs A_1)
       at System.EventHandler.Invoke(Object sender, EventArgs e)
       at System.Web.UI.Control.OnPreRender(EventArgs e)
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    RawUrl:            /Forum/ShowForum.aspx?forumid=1067
    AbsoluteUri:            http://localhost:8025/Forum/ShowForum.aspx?forumid=1067
    PathInfo:            /Forum/ShowForum.aspx?forumid=1067
    Browser:            Mozilla/5.0 (Windows; U; Windows NT 5.2; ru; rv:1.9.2.3) Gecko/20100401 MRA 5.4 (build 02647) Firefox/3.6.3 (.NET CLR 3.5.30729)
     
    IE 7 works, but uploader looks like:
     
    The Browse button allows to select a single file, although MultipleFilesUpload="true".
    The right button (former InsertButton) clears the input field and do nothing. Uploading is impossible.
     
    Uploader properties:
    <cw:Uploader runat="server" ID="Uploader1" TempDirectory="<%# TempDirectory %>" ManualStartUpload="false"
     ShowProgressBar="false" CancelText="some text" AutoUseSystemTempFolder="false" MultipleFilesUpload="true"
     MaxFilesLimit="<%# MaxFileCount %>" UploadType="Flash"
     ProgressTextTemplate="some text" CancelAllMsg="some text"
     InsertText="Выбрать и загрузить" OnFileUploaded="Uploader1_FileUploaded">
    </cw:Uploader>
     
    .NET Runtime Version:2.0.50727.832
     
    FF 3.6.3 sometimes hangs after long uploader usage (CPU more than 50%) . Without uploader it works fine all the day.
    Also, it sometimes cannot load flash addon(although it 100% installed and works) and displays the hint over the Browse button: "Failed to load Flash addon. Use IFrame mode automatically".
     
    Build 3.0 20100510 works very strange in Opera 10.53. I could upload only one file, then opera shows the nice "File browsing dialog blocked" message with the "dead" link "Please click here and try again". After refreshing the page I again can upload one file and so on.
    If I set ShowFrameBrowseButton = true, the browse button does not appear at all.
     
    ---
    Regards,
    Alexander
     
    We are able to reproduce this issue and fixed this issue.
     
    Please download the latest build then try again.
     

    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

View as RSS news feed in XML