Direction: Choose the correct option
Q1.
Which middleware is needed to handle form data submitted via POST with enctype="application/x-www-form-urlencoded"?
Direction: Choose the correct option
Q2.
Where can you access the parsed form data in a route handler?
Direction: Choose the correct option
Q3.
What middleware is used for handling multipart/form-data (file uploads)?
Direction: Choose the correct option
Q4.
If you forget to use express.urlencoded() for a form POST, what will req.body be?
Direction: Choose the correct option
Q5.
How do you access a specific field named 'email' from a submitted form?
