通过CocoaHTTPServer开启http文件上传服务:
1)HTTPServer生成一个http服务器,通过setDocumentRoot设置服务器访问首页index.html,通过setConnectionClass设置http文件上传服务处理类。
通过CocoaHTTPServer开启http文件上传服务:
1)HTTPServer生成一个http服务器,通过setDocumentRoot设置服务器访问首页index.html,通过setConnectionClass设置http文件上传服务处理类。