Re: openURL is not applied to POST-argument of local html file in leopard.

2008-05-14 Thread Doo-Hyun Jang
thank you! Jens. sorry, I can't found example of don't create a temporary file. but, I can found Re: Open safari and send post variables : http://www.cocoabuilder.com/archive/message/cocoa/2006/6/9/165322 it's using temporary file. ( it's not work in leopard, because of POST'argument is not

Re: openURL is not applied to POST-argument of local html file in leopard.

2008-05-14 Thread Doo-Hyun Jang
I got the result of POST request and I stored in temporary file. and openURL( the temporary file ). 2008/5/14 Doo-Hyun Jang [EMAIL PROTECTED]: ... img src=/image/nateon_tui/0728_im_011_img.gif width=497 height=81 ... path is not full path. it's occur error like this, Can't not Found

Re: openURL is not applied to POST-argument of local html file in leopard.

2008-05-14 Thread Jens Alfke
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.

Re: openURL is not applied to POST-argument of local html file in leopard.

2008-05-14 Thread Jens Alfke
On 14 May '08, at 12:56 AM, Doo-Hyun Jang wrote: I got the result of POST request and I stored in temporary file. and openURL( the temporary file ). 2008/5/14 Doo-Hyun Jang [EMAIL PROTECTED]: ... img src=/image/nateon_tui/0728_im_011_img.gif width=497 height=81 ... path is not full path.

openURL is not applied to POST-argument of local html file in leopard.

2008-05-13 Thread Doo-Hyun Jang
hi~ all! because of security, we can't use GET method ( remain of browser history ) I make temp file like this, ( after 5 sec, it's deleted.) form name = 'BridgeForm' method = 'POST' action = 'http://sms.nate.com/nateonsms.jsp?' input type = hidden name = 'TICKET' value =

Re: openURL is not applied to POST-argument of local html file in leopard.

2008-05-13 Thread Jens Alfke
If you want to POST a form, don't create a temporary file to make Safari do it! Just use NSURLConnection to send the request yourself. —Jens smime.p7s Description: S/MIME cryptographic signature ___ Cocoa-dev mailing list