Re: HTTP Uploading
Re: HTTP Uploading
- Subject: Re: HTTP Uploading
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 25 Jun 2007 12:53:52 -0600
On Jun 24, 2007, at 7:01 PM, Carter R. Harrison wrote:
I have some data that I need to upload to a web server via an HTTP
POST method. Doing GET's and downloads is very easy with Cocoa's
URL Loading System, but it's not clearly outlined how to do file
uploads. Can somebody point me in the right direction on how to do
this?
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.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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
References: | |
| >HTTP Uploading (From: "Carter R. Harrison" <email@hidden>) |