This commit is contained in:
=
2022-02-04 18:18:15 +01:00
parent 910d1fc432
commit d97ab41972
4 changed files with 18 additions and 17 deletions

View File

@@ -216,7 +216,7 @@ $('#btndel').on('click', function () {
xhr.onerror = function () {
alert('上传失败3');
};
xhr.open('POST', './file.php', true);
xhr.open('POST', './application/upload.php', true);
xhr.send(formData);
});
})();