diff options
| author | Teddy Wing | 2012-04-26 00:54:37 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2012-04-26 00:54:37 -0400 | 
| commit | 7d43320232db0aca9332d841e2233d737a80a74e (patch) | |
| tree | c208d3378dfd63967dcc076083f57132cfad42b2 /README.md | |
| parent | dd50a5f86f166dac0b92ccb1cb6231288eaa954d (diff) | |
| download | Video-Tuneup-7d43320232db0aca9332d841e2233d737a80a74e.tar.bz2 | |
README: updated with resource URLs for doing multipart NSMutableURLRequests.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 | 
1 files changed, 8 insertions, 2 deletions
| @@ -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 | 
