This video will answer How to upload an image and Preview it using ReactJS? we will simply create an upload button through which we will upload an image then we will directly display the image and show that.
How to send it to backend for instance i have a form multiple input fields in it i wanted to add an image in the form i'm using axios post method, what are the proper way send an image to backend i.e base64 or JSON.stringify or ???