Good day,
Have you added support for internet explorer 10 as yet? I am using MVC4.
Hi ,
I got it to work by setting the property below. Please can you explain why?
uploader.UploadTypePriority = "Siverlight,Flash";
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
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.
Just another quick question, would you recommend I set the priority to be be all four.
uploader.UploadTypePriority = "html5,silverlight,flash,Iframe";
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.
HI Ken,
Another update, It works once I intsall flash player. Is this the expected behaviour.
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.
Ken