I am getting the below error.
Uncaught Error: INVALID_STATE_ERR: DOM Exception 11
Here is the code where I am getting Error RUN TIME.
xhttp.setRequestHeader("Content-type","application/xhtml+xml");<br>
xhttp.open("POST",xmlFile,true);<br>
xhttp.send(postData);
I tried with false
in the third parameter of xhttp.open.
Can anyone tell me what's causing this?