Create File Input Box in html code
<html><head>
<title>File Input Box</title>
</head>
<body>
<form action="http://www.example.com/upload.php" method="post">
<p>Upload your song in MP3 format:</p>
<input type="file" name="user-song" /><br />
<input type="submit" value="Upload" />
</form>
</body>
</html>
0 comments:
Post a Comment