上传图像文件在Php服务器使用multipart和httpUrlConnection,也想发送一些字符串类型的数据


Upload Image File In Php Server Using multipart and httpUrlConnection and also want to send Some String Types Data

我想在服务器中发送图像,也想在服务器中发送字符串信息,使用多部分url和httpUrlConnection在Post方法中不使用httpclient,因为httpclient已弃用。

查看我的答案,https://stackoverflow.com/a/32474021/5309236

我已经分享了一个方法多部分文件上传与字符串。