i have a image link from my local storage in mysql database - localhost generated by // URL.createObjectURL(event.target.files[0])
how to display this image in react js in <img src= alt="profile pic" />
i have a image link from my local storage in mysql database - localhost generated by // URL.createObjectURL(event.target.files[0])
how to display this image in react js in <img src= alt="profile pic" />