aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTeddy Wing2012-04-26 00:54:37 -0400
committerTeddy Wing2012-04-26 00:54:37 -0400
commit7d43320232db0aca9332d841e2233d737a80a74e (patch)
treec208d3378dfd63967dcc076083f57132cfad42b2 /README.md
parentdd50a5f86f166dac0b92ccb1cb6231288eaa954d (diff)
downloadVideo-Tuneup-7d43320232db0aca9332d841e2233d737a80a74e.tar.bz2
README: updated with resource URLs for doing multipart NSMutableURLRequests.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2b86ce3..5482724 100644
--- a/README.md
+++ b/README.md
@@ -95,5 +95,11 @@ Maybe we can build a web-based version and api…
## AssetLibrary
-http://www.icodeblog.com/2010/07/08/asset-libraries-and-blocks-in-ios-4/
-http://www.youtube.com/watch?v=-5kAPVGYMf4
+* http://www.icodeblog.com/2010/07/08/asset-libraries-and-blocks-in-ios-4/
+* http://www.youtube.com/watch?v=-5kAPVGYMf4
+
+## Multipart NSMutableURLRequest
+* http://stackoverflow.com/questions/8042360/nsdata-and-uploading-images-via-post-in-ios
+* http://zcentric.com/2008/08/29/post-a-uiimage-to-the-web/
+* http://stackoverflow.com/questions/10051150/multiform-data-send-to-server-using-iphone-sdk
+* http://www.iphonedevsdk.com/forum/iphone-sdk-development/14919-how-upload-download-http-server.html