1. The server just support POST&PUT method

2. It is a Python server, and save upload files in special folder

3. How to do it,  it is apple example code, see: https://developer.apple.com/library/ios/samplecode/SimpleURLConnections/Introduction/Intro.html#//apple_ref/doc/uid/DTS40009245-Intro-DontLinkElementID_2

4. If you want to upload file from phone or other pc, you can set upload url is : http://[pc's ip]:9000/

相关文章:

  • 2022-03-08
  • 2021-05-28
  • 2021-07-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-15
  • 2022-02-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2021-08-17
  • 2021-05-23
  • 2022-12-23
  • 2021-10-12
相关资源
相似解决方案