¡@

Home 

2014/10/15 ¤U¤È 10:15:33

iphone Programming Glossary: uploadrequest

Uploading Video with iPhone

http://stackoverflow.com/questions/1065628/uploading-video-with-iphone

fileData NSString postLength NSString stringWithFormat @ d postData length Setup the request NSMutableURLRequest uploadRequest NSMutableURLRequest alloc initWithURL NSURL URLWithString @ http www.example.com 3000 cachePolicy NSURLRequestReloadIgnoringLocalCacheData.. @ http www.example.com 3000 cachePolicy NSURLRequestReloadIgnoringLocalCacheData timeoutInterval 30 autorelease uploadRequest setHTTPMethod @ POST uploadRequest setValue postLength forHTTPHeaderField @ Content Length uploadRequest setValue @ multipart.. cachePolicy NSURLRequestReloadIgnoringLocalCacheData timeoutInterval 30 autorelease uploadRequest setHTTPMethod @ POST uploadRequest setValue postLength forHTTPHeaderField @ Content Length uploadRequest setValue @ multipart form data boundary AaB03x forHTTPHeaderField..