Example of File Select Boxes

Phagu007
Posted by Phagu007 under HTML 5 category on | Points: 40 | Views : 1873
<html>
<head>
<Title>Example of File Select Boxes</title>
</head>
<form action="/cgi-bin/hello_get.cgi" method="post"
name="fileupload" enctype="multipart/form-data">
<input type="file" name="fileupload" accept="image/*" />
</form>
</html>

Comments or Responses

Login to post response