I'm trying to send a file over with Axios and form-data but seems like FormData.get() is not a function. const form = new formData(); form.append("UploadName", ...
確定! 回上一頁