Created
April 30, 2014 05:11
-
-
Save ShivendraAgrawal/8d24e636d7fd2ca7d888 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" | |
rel="stylesheet"> | |
</head> | |
<body> | |
<div class="container"> | |
<div class="header"> | |
<h3 class="text-muted">How To Upload a File</h3> | |
</div> | |
<hr/> | |
<div> | |
<form action="upload" method="post" enctype="multipart/form-data"> | |
<input type="file" name="file"><br /><br /> | |
<input type="submit" value="Upload"> | |
</form> | |
</div> | |
</div> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment