Mini server implementation in Objective C

十年热恋 提交于 2019-12-06 06:09:53

问题


I'm trying to implement a little server service in order to upload files via web browser to my iOS app. An example of this feature is implemented in the following app:

http://itunes.apple.com/uy/app/files-document-reader/id294150896?mt=8

seems to be very simple, but don't know where to start. I've been also looking for clues or some sample codes about this kind of implementation with no success, but maybe just don't know how to google the problem correctly.

Any clues, guides, links, etc...?

Thanks in advance


回答1:


Here is a wrapper to embed the moongoose http server in your iphone application. Another simple http server is here. The latter one is the one I used in my application, recently.

EDIT:

There's at least a third one, too.



来源:https://stackoverflow.com/questions/5358493/mini-server-implementation-in-objective-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!