Series of errors in uploader

  •  05-13-2010, 5:48 AM

    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
View Complete Thread