how to upload image in react js
import FileBase64 from "react-file-base64"; // FileBase64 <- use as component <FileBase64 type="file" multiple={false} <- if want to upload multiple images set "true" onDone={} <- take callback function /> // onDone return an object of: filename, fileType, base64 data // use the setState or function of useState to grap the base64 data