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.
Asked
Active
Viewed 2,110 times
2 Answers
0
See ASIHTTPRequest for this. It is a great replacement library for anything network.

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

Community
- 1
- 1

Chetan Bhalara
- 10,326
- 6
- 32
- 51