Skip to content

Instantly share code, notes, and snippets.

@mmower
Created June 30, 2011 10:29
Show Gist options
  • Select an option

  • Save mmower/1055977 to your computer and use it in GitHub Desktop.

Select an option

Save mmower/1055977 to your computer and use it in GitHub Desktop.
- (void)request:(ASIHTTPRequest *)request didSendBytes:(long long)bytes {
NSLog( @"video(%d) didSendBytes:%lld total:%lld", _recordId, bytes, _amountOfFileUploaded+bytes );
[self setAmountOfFileUploaded:( [self amountOfFileUploaded] + bytes )];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment