1

A part of my iOS app is to perform uploads of large files to a server. Internet connection of my users is not always ideal.

Is there any way I can perform resumable uploads?

P.S. Request type is HTTP, but if it doesn't support it, it's possible to switch.

Artjom B.
  • 61,146
  • 24
  • 125
  • 222
Sergey
  • 47,222
  • 25
  • 87
  • 129

1 Answers1

1

check this out: https://developers.google.com/youtube/2.0/developers_guide_protocol_resumable_uploads

Patrick
  • 262
  • 3
  • 12