我可以使用 JSON-RPC 将文件 POST 到 Web 服务吗?

发布于 2024-11-04 00:13:58 字数 188 浏览 2 评论 0原文

我正在寻找可行的 Web 服务解决方案,并且刚刚发现 JSON-RPC 很诱人并且看起来很轻量(例如通过 XML 或 SOAP)。

但我想知道我是否能够使用 json 发布二进制数据?

顺便问一下,您对使用 JSON-RPCZEnd_Json_ServeR 有什么反馈吗?

I'm looking for viable webservice solution and I just found JSON-RPC which is seducing and seems lightweight (over XML or SOAP for example).

But I'm wondering if I'll be able to post binary DATA using json?

By the way, do you have any feedbacks using JSON-RPC and the ZEnd_Json_ServeR?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

长发绾君心 2024-11-11 00:13:58

您可以使用base 64编码、uuencode或base 85。看看这个答案:JSON 字符串中的二进制数据。比 Base64 更好的东西

我正在使用 JSON-RPC 和 Zend_Json_Server 并且它工作得很好。

You can use base 64 encoding, uuencode or base 85. Look at this answer: Binary Data in JSON String. Something better than Base64

I'm using JSON-RPC with the Zend_Json_Server and it works fine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文