Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个 Android 应用程序,该应用程序拍摄照片,将其保存为 jpg 文件并将其发送到将其保存在其目录中的服务器。虽然我在 Android/Django 上成功编写了应用程序发送图像的代码(使用 Http POST 和 MultiPartEntity)并且后端服务器保存它,但我想知道如何让服务器反过来回复应用程序使用简单的文本响应和移动应用程序来检索它。谢谢!