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

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -