Re: HTTP Uploading
Re: HTTP Uploading
- Subject: Re: HTTP Uploading
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 25 Jun 2007 14:22:42 -0600
On Jun 25, 2007, at 12:12 PM, JD Morgan wrote:
aFile = fopen([file cString], "r");
Don't ever do this; not only is -cString deprecated, but it will
return the wrong path if the path contains any non-ASCII characters.
Use -fileSystemRepresentation instead.
Nick Zitzmann
<http://www.chronosnet.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