UD
Size: a a a
UD
UD
ES
var form = new FormData();
form.append("name", "value");
fetch("https://m.sg.com.ru/test.php", {
"method": "POST",
"headers": {
"content-type": "multipart/form-data; boundary=---011000010111000001101001"
}
})
.then(resp=>resp.json())
.then(response => {
console.log(response.json());
})
.catch(err => {
console.error(err);
});
UD
UD
AK
AK
VV
VV
AK
VV
ВЖ
CM
UD
/test.php
с fetch и с axios и потом посмотримUD
VV
AK
/test.php
с fetch и с axios и потом посмотримUD
🏡К
DB