which attribute of <form> element takes a filename as value in HTML form
Answers
Answered by
4
Answer:
Explanation:
The input element, having the "file" value in its type attribute, represents a control to select a list of one or more files to be uploaded to the server. When the form is submitted, the selected files are uploaded to the server, along with their name and type.!...
Thanks ❤
Answered by
0
ANSWER :- For the selected files to be properly uploaded to the server, the value "multipart/form-data" must be present in the form's enctype attribute, or in the formenctype attribute of the button used to submit the form.
Similar questions
English,
5 months ago
English,
11 months ago
Social Sciences,
11 months ago
Computer Science,
1 year ago
Social Sciences,
1 year ago