标签: iphone web-services
我需要将图像发送到服务器。图像应转换为字节数组。如何将图像转换为字节数组并在Web服务中发送?
答案 0 :(得分:2)
使用UIImageJPEGRepresentation或UIImagePNGRepresentation 这将返回NSData*。
UIImageJPEGRepresentation
UIImagePNGRepresentation
NSData*
将您的身体content-type设为image/jpg或image/png
content-type
image/jpg
image/png