I've found and successfully used the WebClient for HTTP GET (thanks Greg), but now I'm wondering if it would be feasible to use HTTP POST? Specifically I'd like to upload an image captured from a camera...
http://gizmologi.st/2009/04/taking-pict ... h-arduino/
I'm guessing that I'd drop to the lower level uIP implementation and then just send the right headers/bytes at the right time, but I'm not entirely sure where to start. I've been browsing various aspects of the WiShield driver/uIP implementation source code on Git, but without documentation proper, I'm not sure what classes to use to emulate HTTP. Any pointers?
Thanks,
Kevin