Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@beckettkev
Last active February 13, 2017 10:40
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 beckettkev/b5667bf71f39775b9c42d62e48f9c16f to your computer and use it in GitHub Desktop.
Save beckettkev/b5667bf71f39775b9c42d62e48f9c16f to your computer and use it in GitHub Desktop.
Example of a File Input Control
<input
accept=".doc,.docx,.dot,.rtf,.pdf"
name="MyAwesomeFileUploader"
type="file"
id="MyAwesomeFileUploader"
className="inputFile"
multiple="false"
onchange="fileUploader.upload(this.files[0])" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment