Why is it slower to send a binary image than its Base64-encoded equivalent with jQuery POST?

后端 未结 0 1598
渐次进展
渐次进展 2021-01-17 14:46

We need to send image data to a server from a web client.

Originally, we used JSON to POST the data and Base64 encoded the image. This increased the image size by 33%

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