Upload a file to a web server in cocoa

Posted by Cam on Stack Overflow See other posts from Stack Overflow or by Cam
Published on 2010-03-13T18:16:57Z Indexed on 2010/03/13 18:25 UTC
Read the original article Hit count: 315

Filed under:
|
|
|
|

Hello,

I was wondering the best way to upload file to a web server in cocoa. I cant seem to get my curl code to work even though it works when run from terminal.

curl code:

system(@"curl -T /file.txt http://webserevertouploadto.com")

Thanks for any help

© Stack Overflow or respective owner

Related posts about curl

Related posts about cocoa