In what cases FormData is used (const formData = new FormData ();) when sending data from the POST form. you can just send the form data to body. when should I write to the formData object, and when not? what are the differences?
- What does it mean to send form data to body? - andreymal
|