Skip to content

Instantly share code, notes, and snippets.

@fulopdaniel
Created September 6, 2018 12:32
Show Gist options
  • Save fulopdaniel/2bc75abc427f4a8ded47c156052a39c7 to your computer and use it in GitHub Desktop.
Save fulopdaniel/2bc75abc427f4a8ded47c156052a39c7 to your computer and use it in GitHub Desktop.
<form onSubmit={this.submitFile}>
<input
label="Upload file"
type="file"
onChange={this.handleFileUpload}
/>
<button type="submit">Upload</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment