Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Mathieu Viet

    (@imath)

    Sorry to read that. Unfortunately as long as Microsoft products cannot be installed on différent os, i cannot support it ??

    Thread Starter buddypressing

    (@buddypressing)

    Alright, I found a hacky solution that involves just falling back to flash for IE. I will post here if I find a proper solution.

    On Line 842 of buddydrive.js:

    uploader_init = function() {
    		if (navigator.userAgent.toLowerCase().indexOf("msie") > -1) { // if IE
    			wpUploaderInit.runtimes = 'flash';
    		}
    		uploader = new plupload.Uploader(wpUploaderInit);

    Plugin Contributor Mathieu Viet

    (@imath)

    Thanks for your help.

    Thread Starter buddypressing

    (@buddypressing)

    I tested modifying
    plupload.html5.js to:

    triggerDialog:(j.ua.gecko&&h.FormData||j.ua.webkit || j.ua.windows)

    from:

    triggerDialog:(j.ua.gecko&&h.FormData||j.ua.webkit)

    Fixed the issues with IE10. Hopefully IE 10 gets updated so this isn’t required in the future.

    IE8 & 9 work with Silverlight or Flash.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘IE10 plupload issue’ is closed to new replies.