我需要将一些图像(从相机或照片库中提取)上传到服务器。图像被绑定到用户e每个用户可以有一个更多的图像组合到一个帖子,它将是这样的:
User1 -> Post1 -> Image1, Image2
Post2 -> Image3
Post3 -> Image4, Image5, Image6
每个用户都有他的目录来存储他的图像,图像目录将有一个目录到每个帖子。
Server/../User1/Images/Post1
Server/../User1/Images/Post2
...
如何将此图像发送到服务器以及如何创建此类目录以存储它(如果不存在)?
我有一些想法如何使用http请求来实现,但最好的方法是什么?直接从设备发送图像或将其发送到网络服务,它会做出艰苦的工作吗?
Ether方式我需要一些亮点如何实现它,我以前从未将图像发送到iOS服务器。
PS。:如果有人知道如何在同一个请求上发送多个图像,我将不胜感激=)
答案 0 :(得分:0)
请查看以前关于将图像从iOS设备上传到服务器的SO帖子:
iphone SDK : Upload image from iphone to a php Server send empty file ?(sample code link inside)
How can i upload an image to server directory directly form iOS using FTP
Upload image to server from iOS device
post image to server in iphone
Save image taken from iPad/iPhone to sql server database base64