Re: HTTP POST
Re: HTTP POST
- Subject: Re: HTTP POST
- From: Paul Collins <email@hidden>
- Date: Tue, 13 Jan 2004 09:56:42 -0800
Watch out for which HTTP technologies have been deprecated (URL Access,
some other thing with "Handle" in it's symbols which I forget) vs.
those which are only for Panther and later ("Foundation URL Loading
System "). CFNetwork (including CFHTTPMessage) seems to be the only
technology that is approved for both Jaguar and Panther. There's sample
code on the Apple Sample Code site.
http://developer.apple.com/qa/qa2001/qa1291.html
http://developer.apple.com/networking/legacy.html
Paul Collins
** Gracion Software
http://www.gracion.com/ **
** Tel: +1 (541) 488-3488 iChat/AV/AIM: gracionsoft **
** DigiTunnel 1.3 PPTP/VPN client for OS X **
On Jan 13, 2004, at 8:46 AM, Michael Becker wrote:
>
I need to send a HTTP POST form, containing both string-data and
>
binary (image). I realise that there are mainly two different ways to
>
go, either using the CFNetwork stuff or CURLHandle. Is there any
>
suggestion as to which of these is the better way (concerning both
>
handling and efficiency)?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >HTTP POST (From: Michael Becker <email@hidden>) |