didSendBodyData equivalent for iphone firmware 2.2.1
Question is in the titl开发者_如何转开发e Thanks for your help.
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.
精彩评论