Skip to content

Instantly share code, notes, and snippets.

@harbhub
Created February 12, 2013 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harbhub/4771631 to your computer and use it in GitHub Desktop.
Save harbhub/4771631 to your computer and use it in GitHub Desktop.
<form action='/post' method="post">
<label for="POST-name">Post Name:</label>
<input id="POST-name" type="text" name="name">
<input id='POST-filename-upload' type='file' multiple='multiple'>
<input type="submit" value="Save">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment