Answer the question
In order to leave comments, you need to log in
How to send form data by POST request from “IE 11”?
What is the correct way to send form data by POST request from "IE 11"?
Sending with AJAX, serializing with FormData() function -
let formData = new FormData(document.querySelector('#id_Form'));
. xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
and 'form/multipart'
- does not help. :( Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question