const formData = new FormData(); const imagefile = document.querySelector('#file'); formData.append("image", imagefile.files[0]); axios.post('upload_file', ...
確定! 回上一頁