Skip to content

Instantly share code, notes, and snippets.

@aliHafizji
Created February 1, 2013 10:35
Show Gist options
  • Select an option

  • Save aliHafizji/4690556 to your computer and use it in GitHub Desktop.

Select an option

Save aliHafizji/4690556 to your computer and use it in GitHub Desktop.
NSMutableDictionary *uploadHttpBody = @{@"filename":data}.mutableCopy;
MKNetworkOperation *uploadOperation = [[MKNetworkOperation alloc] initWithURLString:url params:uploadHttpBody httpMethod:@"PUT"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment