install react file base64
npm install react-file-base64
install react file base64
npm install react-file-base64
react-file-base64
import FileBase64 from "react-file-base64";
// FileBase64 <- use as component
<FileBase64
type="file"
multiple={false} <- if want to upload multiple images set "true"
onDone={} <- takes callback function
/>
// onDone return an object of: filename, fileType, base64 data
// use the setState or function of useState to grap the base64 data
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us