3

I have an iOS app where the user has the capability to upload video. I'd like to be able to support the resuming of uploads for when an upload is interrupted by the network, user, or any other circumstance. I realize this will require changes both on the client and server-side. I was wondering if anyone could point me in the right direction for sample code and/or documentation I can read for clues in how to support this functionality? Something with clues on proper chunking, figuring out what chunk was last sent after an interrupted connection, etc.

vikingosegundo
  • 52,040
  • 14
  • 137
  • 178
randombits
  • 47,058
  • 76
  • 251
  • 433

2 Answers2

0

See ASIHTTPRequest for this. It is a great replacement library for anything network.

coneybeare
  • 33,113
  • 21
  • 131
  • 183
0

See ASIHTTPRequest documentation

Or

you can download sample code here

1 - How can I upload a photo to a server with the iPhone?

Community
  • 1
  • 1
Chetan Bhalara
  • 10,326
  • 6
  • 32
  • 51