Skip to content

Instantly share code, notes, and snippets.

@DmitrySikorsky
Last active January 20, 2017 19:10
Show Gist options
  • Save DmitrySikorsky/615219728abeb3d9235d4d3ec20110cd to your computer and use it in GitHub Desktop.
Save DmitrySikorsky/615219728abeb3d9235d4d3ec20110cd 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 onchange="submitForm('form');" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment