How to Use a Simple Form Submit with Files in React ... 4 formData.append("file", selectedFile); 5 6 axios 7 .post(UPLOAD_URL, formData) 8 ...
確定! 回上一頁