saving files to cocoahttpserver in iphone
I need to download a file fr开发者_运维知识库om an url and save it to local cocoahttpserver I have in my iphone app so that later i can access it using something like http://localhost/filename.txt
I have the cocoahttpserver code. But I am unable to figure out how to save files to it. Any help would be great.
Thanks.
You could configure both your file's download directory and the http server to access your app's Documents directory.
精彩评论