Mysql – Post Base64 converted image to Node.js Backend
I have converted a image to base64 that are in my react.js application register form. It covert this image and send it to Node.js server with MySQL database. In here axios post request is not is unsuccessful because converted url…