SendForm Documentation
1.0 
description : simulates a html form tag (can send textes and files).
sample program : 
xooimage uploader (source included) don't work anymore, xooimage has now a captcha. I leave it as an example.
You can still use it if you do a little trick :
- send a file with your browser
- retrieve the cookie named "nc", it's value look like 
2010-05-12_18d1deb32e67b2cfc6d23b67c00c11b1
- add this line in your program : 
sending.setHeader("Cookie", "nc=VALUE_OF_THE_COOKIE");