formData empty on console.log #232
Unanswered
yukirivero
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am implementing File inputs in my form. When I try to send data to my backend it is empty. I am using the CDN version.
// Handle submit event.
const formData = new FormData()
Beta Was this translation helpful? Give feedback.
All reactions