(Choose 1 answer)
<html>
<body>
Please specify the file that you want to upload<br>
Consider the following HTML page code. Which method will be called on UploaderServlet when a user clicks on the submit button displayed by the above page?
<form action="/myapp/servlet/UploaderServlet">
File Name: <input type="file" name="filel"><br>
<input type="Submit">
</form>
</body>
A. doPut
</html>
B. doPost
C. doHead
D. doGet
Finish
Exit 1