Skip to content

Instantly share code, notes, and snippets.

@DmitrySikorsky
Created January 20, 2017 19:24
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 DmitrySikorsky/4fee200ac4d7d85bd0630f7b36fb4a67 to your computer and use it in GitHub Desktop.
Save DmitrySikorsky/4fee200ac4d7d85bd0630f7b36fb4a67 to your computer and use it in GitHub Desktop.
<form id="form" name="form" action="/uploader" enctype="multipart/form-data" method="post">
<div class="buttons">
<div class="upload-button">
<div class="label">Click me!</div>
<input id="files" name="files" type="file" size="1" multiple onchange="uploadFiles('files');" />
</div>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment