axios.post("/path/to/api", data, { headers: { "Content-Type": "multipart/form-data", }, });. Or you can just set the enctype attribute in ...
確定! 回上一頁