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: "Doo-Hyun Jang" <email@hidden>
- Date: Wed, 14 May 2008 15:52:03 +0900
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 sending to
server )
please little more information of "don't create a temporary file".
other problem, result of POST is like this,
...
<img src="/image/nateon_tui/0728_im_011_img.gif" width="497" height="81">
...
path is not full path.
( full path : <img
src="http://www.somedomain.com/image/nateon_tui/0728_im_011_img.gif"
width="497" height="81"> )
it's occur error like this,
Can't not Found "file:///image/nateon_tui/0728_im_011_img.gif"
Doo-Hyun
2008/5/14 Jens Alfke <email@hidden>:
> 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
--
[Blog]
Old : http://lum7671.egloos.com
New : http://lum7671.blogspot.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