Skip to content

Instantly share code, notes, and snippets.

@singh100ful
Last active December 28, 2020 08:08
Show Gist options
  • Select an option

  • Save singh100ful/445802b8d26b435af847b90fc650f2f5 to your computer and use it in GitHub Desktop.

Select an option

Save singh100ful/445802b8d26b435af847b90fc650f2f5 to your computer and use it in GitHub Desktop.
React Image Upload Using formik
<Input
type="file"
name="file"
onChange={(event) =>{
setFieldValue("photo1", event.target.files[0]);
}}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment