Re: How to upload dictionary to online URL
Re: How to upload dictionary to online URL
- Subject: Re: How to upload dictionary to online URL
- From: Keith Renz <email@hidden>
- Date: Sat, 29 May 2004 09:53:18 -0400
On May 29, 2004, at 8:36 AM, Satoshi Matsumoto wrote:
- (BOOL)writeToURL:(NSURL *)aURL atomically:(BOOL)flag
Works not only for local UTRL but also for remote URL.
Actually I am using dictionaryWithContentsOfURL method to get a
dictionary
from a remote URL.
Satoshi,
I have tried and tried, but it will not upload, even to a very simple
URL:
ftp://ftp.crewdog.com/html/xxx.plist
The URL is valid because NSURLConnection works with it just fine. I
also tried to upload an NSString with NSString's
-writeToURL:atomically: method. Same results. I'm stumped.
Keith
_______________________________________________
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.