Kizspy | Question: 1
(Choose 1 answer)
Can HTML forms directly send data using the PUT method?
A. No, HTML forms only support the GET and POST methods.
B. Yes, you can specify method="PUT" in the form tag.
C. Yes, but only if the server is configured to accept PUT requests from forms.
D. No, the PUT method is only used for file uploads.