21
(Choose 1 answer)
<body>
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?
A. doPost
B. doHead
C. doPut
D. doGet
<html>
<form action="/myapp/servlet/UploaderServlet">
File Name: <input type="file" name="file1"><br>
<input type="Submit">
</form>
</body>
</html>
Elt
Please specify the file that you want to upload<br>