Skip to content

Instantly share code, notes, and snippets.

@JoaoCnh
Created December 18, 2017 14:14
Show Gist options
  • Save JoaoCnh/4482efa4ee23f8e8803bf285b9bb1003 to your computer and use it in GitHub Desktop.
Save JoaoCnh/4482efa4ee23f8e8803bf285b9bb1003 to your computer and use it in GitHub Desktop.
jsx formik file upload
<input id="file" name="file" type="file" onChange={(event) => {
setFieldValue("file", event.currentTarget.files[0]);
}} />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment