Skip to content

Instantly share code, notes, and snippets.

@aliHafizji
Created February 1, 2013 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aliHafizji/4690556 to your computer and use it in GitHub Desktop.
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