Skip to content

Instantly share code, notes, and snippets.

@DmitrySikorsky
Last active January 20, 2017 19:10
Show Gist options
  • Save DmitrySikorsky/0c13a1661206e0e87092f1dc70ce7d18 to your computer and use it in GitHub Desktop.
Save DmitrySikorsky/0c13a1661206e0e87092f1dc70ce7d18 to your computer and use it in GitHub Desktop.
<form id="form" name="form" action="/uploader" enctype="multipart/form-data" method="post">
<input name="files" type="file" multiple />
<button type="submit">Submit</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment