Last active
May 27, 2020 20:04
-
-
Save singh100ful/efcf09f4f4f7590e7124c6ea0f7e5524 to your computer and use it in GitHub Desktop.
React Image Upload Using Formik
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <Input | |
| type="file" | |
| name="file" | |
| onChange={handleChange("file")} | |
| /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment