When sending the canvas data to the server, why do I decode the base64 received through toDataURL?

前端 未结 0 1385
情话喂你
情话喂你 2021-01-27 17:53

Use toDataURL() to get canvas data. When use this method, the canvas data returns a basd64-encoded value.

I want to save the canvas data to a database later.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题