CURLHandle example code?
CURLHandle example code?
- Subject: CURLHandle example code?
- From: Michael Becker <email@hidden>
- Date: Fri, 23 Jan 2004 19:59:46 +0100
Hey!
In my current project, I have to deal with HTTP POSTs, and I think I
will try CURLHandle for that. However, I am afraid that the
CURLHandleTester source code that comes with the package is a little
too overloaded for me :-)
I need to send off a HTTP Form (using POST) that includes strings, and
images (can I send NSImages without saving them to disk first?). It's
all very simple, sending/loading in the foreground etc.
Can anyone maybe point me to some example code that does something
similar to this?
I've seen Delphi-Classes for HTTP transfer looking something like this:
MyPOSTForm.setURL("
http://myUrl.com");
MyPOSTForm.setKeyAndValue("MyKey", "MyValue");
MyPOSTForm.setObject(myImageObject);
MyPOSTForm.send;
This is what I need :-) I hope somebody can point me in the right
direction here...
Bye,
Michael
_______________________________________________
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.