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.
有谁知道如何通过http从iphone应用程序保存/上传照片?
谢谢
通过可用的 SDK,您需要通过UIImagePicker控件选择照片、将其转换为NSData、应用适当的编码并执行 HTTP 发布。
UIImagePicker
NSData
这是一个代码片段,展示了如何使用 UIImagePicker 控件:
http://www.ikangai.com/blog/development/code-snippet-of-the-week-uiimagepicker