gpt4 book ai didi

android - 如何使用 JSON 对象将编码的 Base64 图像字符串发送到服务器

转载 作者:塔克拉玛干 更新时间:2023-11-02 19:00:46 27 4
gpt4 key购买 nike

我是 android 的新手。我已经使用 Json 格式将图像作为字符串发送到服务器。

所以我有编码图像字符串,即 base64 字符串。

 Json j =  new JSonObject();

String Image_string = Base64.ToEncodedString(bytearray, Base64.Default);

j.put("image_file_content",Image_string);

但是我收到了这个错误。 请帮帮我..wts错了

400 错误请求

错误请求

您的浏览器发送了该服务器无法理解的请求。

此外,404 Not Found尝试使用 ErrorDocument 处理请求时遇到错误。

最佳答案

考虑使用 URLEncoder

URLEncoder.encode("String to encode", "UTF-8");

在此处查看文档:http://developer.android.com/reference/java/net/URLEncoder.html

关于android - 如何使用 JSON 对象将编码的 Base64 图像字符串发送到服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8999823/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com