Internet Explorer 10 Support

Last post 09-02-2013, 1:04 PM by Kenneth. 7 replies.
Sort Posts: Previous Next
  •  08-22-2013, 4:16 PM 77885

    Internet Explorer 10 Support

    Good day,

     

    Have you added support for internet explorer 10 as yet?  I am using MVC4.

  •  08-22-2013, 5:49 PM 77886 in reply to 77885

    Re: Internet Explorer 10 Support

    Hi ,

     

    I got it to work by setting the property below. Please can you explain why?

     

     

     uploader.UploadTypePriority = "Siverlight,Flash";
    

  •  08-22-2013, 6:29 PM 77887 in reply to 77886

    Re: Internet Explorer 10 Support

    hi Chispa,

     

    The uploader support to use with IE 10. You can try on http://www.ajaxuploader.com/Demo/select-multiple-files-upload.aspx.

     

    Property UploadTypePriority use to set the  upload mode priority. The uploader control support html5,silverlight, flash,Iframe.

     

    IE 10 browser support to use html5 by default. Not sure what problem you got with it. maybe you can explain the issue in detail?

     

    Regards,

     

    ken 

  •  08-30-2013, 1:59 PM 77937 in reply to 77887

    Re: Internet Explorer 10 Support

    Hi Ken,

     

    I am not 100% sure what the problem I was having. I will have to do some more debugging to verify. Only thing I know now is if I don't set the property i mentioned above, it does not work in IE 10. I will keep you up to date if I find anything.

  •  08-30-2013, 2:02 PM 77938 in reply to 77937

    Re: Internet Explorer 10 Support

    Hi Ken,

     

    Just another quick question, would you recommend I set the priority to be be all four.

     

    uploader.UploadTypePriority = "html5,silverlight,flash,Iframe";
    
     

  •  08-30-2013, 6:01 PM 77939 in reply to 77938

    Re: Internet Explorer 10 Support

    Hi Ken,

     

    I sent you a sample a fews months back with outlines exactly how I am using the ajaxuploader control. If you still have that sample and is able to run it, you will be able to reproduce the issue running IE10 on a Windows Server 2008 R2 machine. The uploader displays when I use IE10 installed on Windows 8.

     

    Please let me know if this helps. I will resend the project to you just in case as well.

  •  08-30-2013, 6:13 PM 77940 in reply to 77939

    Re: Internet Explorer 10 Support

    HI Ken,

     

    Another update, It works once I intsall flash player. Is this the expected behaviour.

  •  09-02-2013, 1:04 PM 77945 in reply to 77940

    Re: Internet Explorer 10 Support

    Hi chispa,

     

    By default it should loads the html5 mode on your IE10. I think it gets problem of the html5 support with your ie so the control switch to flash mode automatically. Just need to ensure that your browser support one of the html5/silverlight/flash plug-in, then the multiple files select function will work.

     

    Regards,

     

    Ken 

View as RSS news feed in XML