views:

86

answers:

1

Question is in the title Thanks for your help.

A: 

didSendBodyData apparently is part of NSURLConnection and was added in iPhone 3.0 SDK.

You may be better off just removing the functionality (showing POST upload progress) when running on the older firmware version.

Alternatively you could always drop back to sockets and implement the feature yourself.

Epsilon Prime