Skip to content

Instantly share code, notes, and snippets.

@snowman-repos
Created October 1, 2012 18:34
Show Gist options
  • Save snowman-repos/3813578 to your computer and use it in GitHub Desktop.
Save snowman-repos/3813578 to your computer and use it in GitHub Desktop.
HTML: Multiple File Inputs
<form method="post" action="upload.php" enctype="multipart/form-data">
<input name='uploads[]' type="file" multiple>
<input type="submit" value="Send">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment