Re: HTTP Uploading
Re: HTTP Uploading
- Subject: Re: HTTP Uploading
- From: Dave Dribin <email@hidden>
- Date: Tue, 26 Jun 2007 23:23:36 -0500
On Jun 25, 2007, at 1:53 PM, Nick Zitzmann wrote:
NSURLConnection and NSURLDownload only support GET and POST. To get
PUT or other WebDAV operations, you'll need to use a third-party
framework. We use CURL for HTTP PUT, but there's also ConnectionKit.
For the record, you can use PUT or even DELETE with NSURLConnection.
See -[NSMutableURLRequest setHTTPMethod:]:
<http://developer.apple.com/documentation/Cocoa/Reference/
Foundation/Classes/NSMutableURLRequest_Class/Reference/
Reference.html#//apple_ref/occ/instm/NSMutableURLRequest/setHTTPMethod:>
-Dave
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden