Computer Science, asked by harshita046, 10 months ago

pls give html code of the attached file​

Attachments:

Answers

Answered by VIVEK7084
0

<input type = "file " >

<form action="myform.cgi"> <input type="file" name="fileupload" value="fileupload" id="fileupload"> <label for="fileupload"> Select a file to upload</label> <input type="submit" value="submit">

Similar questions