Skip to content

Instantly share code, notes, and snippets.

@andi1984
Forked from anonymous/multiple.html
Created October 10, 2012 13:47
Show Gist options
  • Save andi1984/3865759 to your computer and use it in GitHub Desktop.
Save andi1984/3865759 to your computer and use it in GitHub Desktop.
html: Form Multiple
<form>
<p>
Emails: <input type="email" multiple />
</p>
<p>
Dateien: <input type="file" multiple />
</p>
<p>
<button>Go</button>
</p>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment