Home »
MCQs »
Flask MCQs
Which of the following method sends HTML form data to the server?
20. Which of the following method sends HTML form data to the server?
- Get
- Head
- Post
- Put
- Delete
Answer: C) Post
Explanation:
The post method sends HTML form data to the server.