NSURL upload?
NSURL upload?
- Subject: NSURL upload?
- From: Matt Reda <email@hidden>
- Date: Wed, 5 Sep 2001 23:01:33 -0400
Hi,
NSURL (and NSURLHandle) work great for downloading, but is there any
support for http uploads (PUT)? Initially I tried NSURL
setResourceData: and NSURLHandle writeData: but neither of those
worked. I then tried CFURLWriteDataAndPropertiesToResource() and
eventually, URLSimpleUpload(). None of them worked. So....
Should any of them have worked (maybe I missed an error in my own
code)? If not, are there any libraries out there that would do this
(I've already looked at curl)? I could write the code myself, but I'd
rather avoid duplicating someone else's efforts.
Thanks in advance for any help,
Matt