EMPTY popup in IE and Firefox

Last post 04-06-2010, 12:11 AM by cutechat. 8 replies.
Sort Posts: Previous Next
  •  02-23-2010, 1:30 PM 58922

    EMPTY popup in IE and Firefox

    Hello there,
     
    I can not seem to figure this one out.  For some reason when my website first loads and I open a modal popup (asp.net AJAX), the uploader from within that Modal which is contained within an update panel will popup a JS "EMPTY" alert.  If you close the modal, browse around and go back in, the alert goes away for the rest of the time within the site.  Is this because its in an updatepanel? What is required for the uploader to work from the start?  The uploader is defined below.
     
    <CuteWebUI:Uploader ID="upAddEditActivity_Upload"
    runat="server"
    InputboxCSSText="text_box"  
    InsertText="Upload (Max 50MB)"
    ProgressBarHeight="15"  
    ProgressInfoStyle="padding-left:3px;font:normal 9px;"
    ProgressPanelWidth="150"  
    ProgressTextTemplate="%P% of %SIZE% complete"
    ShowProgressBar="False"
    TempDirectory="~/uploads/temp"  
    UploadType="IFrame">

    <ValidateOption MaxSizeKB="51200" />
    <ProgressLabelStyle CssClass="button" />
    <InsertButtonStyle CssClass="button" Font-Bold="True" />
    <CancelButtonStyle CssClass="button" Font-Bold="True" />

    </CuteWebUI:Uploader>

     Thanks!
     
    Eric
  •  02-23-2010, 2:51 PM 58925 in reply to 58922

    Re: EMPTY popup in IE and Firefox

    mreric:
    Hello there,
     
    I can not seem to figure this one out.  For some reason when my website first loads and I open a modal popup (asp.net AJAX), the uploader from within that Modal which is contained within an update panel will popup a JS "EMPTY" alert.  If you close the modal, browse around and go back in, the alert goes away for the rest of the time within the site.  Is this because its in an updatepanel? What is required for the uploader to work from the start?  The uploader is defined below.
     
    <CuteWebUI:Uploader ID="upAddEditActivity_Upload"
    runat="server"
    InputboxCSSText="text_box"  
    InsertText="Upload (Max 50MB)"
    ProgressBarHeight="15"  
    ProgressInfoStyle="padding-left:3px;font:normal 9px;"
    ProgressPanelWidth="150"  
    ProgressTextTemplate="%P% of %SIZE% complete"
    ShowProgressBar="False"
    TempDirectory="~/uploads/temp"  
    UploadType="IFrame">

    <ValidateOption MaxSizeKB="51200" />
    <ProgressLabelStyle CssClass="button" />
    <InsertButtonStyle CssClass="button" Font-Bold="True" />
    <CancelButtonStyle CssClass="button" Font-Bold="True" />

    </CuteWebUI:Uploader>

     Thanks!
     
    Eric
     
    Eric,
     
    Which version pf uploader are you using? Can you 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

  •  02-23-2010, 3:41 PM 58927 in reply to 58925

    Re: EMPTY popup in IE and Firefox

    Thanks for the reply.  I'm using the same as the version on the site, 3.0.0 or AjaxUploader 3.0 20090901.
  •  02-23-2010, 3:50 PM 58928 in reply to 58927

    Re: EMPTY popup in IE and Firefox

    mreric:
    Thanks for the reply.  I'm using the same as the version on the site, 3.0.0 or AjaxUploader 3.0 20090901.
     
    Please download the control again. We updated and improved the upload control frequently.

    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

  •  02-26-2010, 12:19 PM 59019 in reply to 58928

    Re: EMPTY popup in IE and Firefox

    ok, I downloaded it and I still get on occasion "Object Reference not set to an instance of an object" within IE, however the FF EMPTY message seems to have cleared itself. Thanks!
  •  02-26-2010, 12:22 PM 59020 in reply to 59019

    Re: EMPTY popup in IE and Firefox

  •  03-04-2010, 7:59 PM 59188 in reply to 59019

    Re: EMPTY popup in IE and Firefox

    Hi,
     
    Did you get 'Object Reference not set to an instance of an object' within Firefox ?
     
    Can you test the UploadType=Flash/IFrame/Silverlight ? which mode will get this problem ?
     
    If the size larger/smaller then 200K , will you get this error ?
     
    Regards,
    Terry
  •  03-31-2010, 2:34 PM 59782 in reply to 59188

    Re: EMPTY popup in IE and Firefox

    Thanks for the reply! 
     
    Size doesn't matter.  It can happen with large or small files.
     
    I am using IFrame, as unfortunately policies within our internet can sometimes have wonky effects across different regions.
     
    This behavior doesn't seem to happen in FF, but mainly in IE 7 and 8.
     
    Thanks!
     
    Eric
  •  04-06-2010, 12:11 AM 59890 in reply to 59782

    Re: EMPTY popup in IE and Firefox

    Eric,
     
    Please download the last version , and add this into web.config appSettings:
     
    <add key="CuteWebUI.AjaxUploader.ShowStackTrace" value="True" />
     
    That will show the error details.
     
    Regards,
    Terry
View as RSS news feed in XML