Re: openURL is not applied to POST-argument of local html file in leopard.
Re: openURL is not applied to POST-argument of local html file in leopard.
- Subject: Re: openURL is not applied to POST-argument of local html file in leopard.
- From: Jens Alfke <email@hidden>
- Date: Wed, 14 May 2008 07:38:26 -0700
On 13 May '08, at 11:52 PM, Doo-Hyun Jang wrote:
sorry, I can't found example of "don't create a temporary file".
Send the POST from your application. Don't use Safari.
Please use the NSURLConnection and NSURLRequest classes.
Read the documentation for these classes.
http://developer.apple.com/documentation/Cocoa/Conceptual/URLLoadingSystem/Tasks/UsingNSURLConnection.html
You'll want to set the HTTP method to @"POST":
http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSMutableURLRequest_Class/Reference/Reference.html#/
/apple_ref/doc/uid/20001696-BBCCCJBD
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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