Skip to content

Instantly share code, notes, and snippets.

@ZuluagaSD
Created November 1, 2012 02:23
Show Gist options
  • Save ZuluagaSD/3991244 to your computer and use it in GitHub Desktop.
Save ZuluagaSD/3991244 to your computer and use it in GitHub Desktop.
<html>
<head></head>
<body>
<p>File Upload !</p>
<form action="upload.html" enctype="multipart/form-data" method="POST">
<input type="file" name="file1"><br>
<input type="Submit" value="Upload File"><br>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment