Now that IE10/11 work, having trouble with IE8

Last post 01-30-2014, 11:11 AM by mikeallison. 4 replies.
Sort Posts: Previous Next
  •  01-24-2014, 6:27 PM 78830

    Now that IE10/11 work, having trouble with IE8

    So, I was successfully using a version with all browsers supported except IE10/11. Now that I'm using the latest code I am unable to use IE8. We are using the latest download, but IE8 seems to fail whenever we throw a 400kb pdf file at it.

     

    We are using the control inside an updatepanel (added in codebehind).  I've tried just about every config setting I could find attempting to  resolve the issue.

     

    Any help would be greatly appreciated.

     

    Thanks 

     

    example:

    Uploader fu = new Uploader 

                      {

                        EnableViewState = true, 

                        ID = "ewd" + sControlName.Substring(3), 

                        ProgressPanelWidth = 200,

                        ShowFrameBrowseButton = false,

                        FileTypeNotSupportMsg = "Drafts must be either Word (DOC or DOCX) or PDF files.", 

                        DialogFilter = "Word Files(*.DOC;*.DOCX)|*.DOC;*.DOCX|Adobe Files(*.PDF)|*.PDF",

                        UploadTypePriority = "HTML5,IFrame"

                      };

    fu.ValidateOption.AllowedFileExtensions = "doc, docx, pdf";

    fu.InsertText = "Click To Upload"; 

  •  01-26-2014, 9:41 PM 78836 in reply to 78830

    Re: Now that IE10/11 work, having trouble with IE8

    Hi, 

     

    We have tested the IE8 and not able to reproduce it.

     

    Can you reproduce that issue at our online demo page ?  (it use UpdatePanel by default)

     

    http://ajaxuploader.com/demo/select-multiple-files-upload.aspx 

     

    Maybe it caused by adding the uploader on codebehide, could you verify it?

     

    Regards,

    Terry

     

  •  01-27-2014, 12:01 PM 79844 in reply to 78836

    Re: Now that IE10/11 work, having trouble with IE8

    Getting 'null or not an object' errors in IE8 with win xp.

     

    The upload however seems to complete, so I would assume it is due to the dynamic code-behind. 

  •  01-27-2014, 1:25 PM 79845 in reply to 79844

    Re: Now that IE10/11 work, having trouble with IE8

    Also to note, it work in another similar situation, but causes a full, not partial postback... (reverts to home tab).

     

    The JS alert Error message also contains the page header if that helps. 

  •  01-30-2014, 11:11 AM 79869 in reply to 79845

    Re: Now that IE10/11 work, having trouble with IE8

    Flash & Silverlight look to work for IE8, this may be a viable workaround.

     

    Another note,  There are 2 uploader controls on the form and the event is set through a delegate.

View as RSS news feed in XML