I am using HTTP PUT method to upload the video file with ASIHttpRequest, but the progress tracking is not working. The following methods only called 2 times (started and finished).
- (void)setProgress:(float)newProgress;
If it is POST upload, it works fine.