You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use the HTML form action to call your backend endpoint, then you probably need to add enctype="multipart/form-data" attribute on it, so the browser knows the request should be sent as multipart and the backend can parse files.
I'm unable to loop through the files at the fastify end.
I've created a simple form with the help of bulma:
Here is the fastify code:
I presume that I've done something wrong in creating the HTML form?
Thank you.
The text was updated successfully, but these errors were encountered: