javascript - IE11 issue : xhr.send() is throwing invalid parameter -
i using file api javascript upload files.
the utility working fine in chrome , mozilla, in ie getting below exception:
script87: parameter incorrect. please find code sample using below:
var control = document.getelementbyid('rsfile'); var file= control.files[0]; request.open(method, url); request.send(file);
Comments
Post a Comment