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 PROTECTED]>: > 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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]