IE NOT WORKING file(0)...

IE NOT WORKING file(0)...

Hi Friends,

IE NOT WORKING file(0)...
Am using ajsx call file upload IE not working? If any other method code include or solution?

        var connectorJarFile = document.getElementById("conncetorJar").files[0];
        var formdata = new FormData();
        formdata.append("conncetorJar", connectorJarFile);
        var xhr = new XMLHttpRequest();
        xhr.open("POST","/fxp/ajax/AdminIlantusAppAddStepOne", true);
        xhr.send(formdata);
}