Hello everyone
How can I convert a base64 string to an image and save it? I have a server and a web app. What I want to achieve is that from the web app, the user will send a POST request with a base64 string. The server will then convert the base64 string to an image and save it inside a folder.
How can I convert a base64 string to an image and save it? I have a server and a web app. What I want to achieve is that from the web app, the user will send a POST request with a base64 string. The server will then convert the base64 string to an image and save it inside a folder.