Re: [NSString stringWithContentsOfURL:] question
Re: [NSString stringWithContentsOfURL:] question
- Subject: Re: [NSString stringWithContentsOfURL:] question
- From: Scott Anguish <email@hidden>
- Date: Thu, 13 Feb 2003 16:04:43 -0500
sorry, what I meant was that you need to actually do the download with
the NSURL, rather than with NSString
On Thursday, February 13, 2003, at 04:01 PM, Marc Weil wrote:
But I am using an NSURL.
NSString *serverSideList = [NSString stringWithContentsOfURL:[NSURL
URLWithString:@"http://www.northsoftproductions.com/cgi-bin/
example.cgi"]];
And btw, when I access the text file directly, the data downloads
fine, so
it must be a program with the Perl script. Strange.
_______________________________________________
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.