File transfer from Browser to locally connected iPhone

前端 未结 2 2053
醉酒成梦
醉酒成梦 2021-01-02 02:58

Right now, I have created an HTTP Server on My iPhone Application and have hosted HTML there. Then Accessing it on Browser of the system that is in the same network of iPhon

相关标签:
2条回答
  • 2021-01-02 03:19

    ws: protocol is allowed? For example config.xml

    <access origin="ws://192.168.1.xx/*"/>
    
    0 讨论(0)
  • 2021-01-02 03:36

    I think you should look at the official CocoaHTTPServer examples. There is one for http file uploads: https://github.com/robbiehanson/CocoaHTTPServer/tree/master/Samples/SimpleFileUploadServer

    0 讨论(0)
提交回复
热议问题