> I was curious if this code has been used to do a file upload and if so,
> is there any hints I could get as to where to start looking?
>
> I can post to forms without troubles but i'm a bit confused as to how I
> might do a file upload.

This should work :
You can create a PUT method, call sendData with your file object (or also a
URL pointing to the content) as a parameter, and then execute the method.

Remy

Reply via email to