POST FILE IN A FORM WITH COMLINE
"Ulric Cuvelier" <[email protected]>
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <001601c24a06$57990320$152ea8c0@home> |
Hello all, Question from a newbie : Can anyone help to find the correct syntax to use COMLINE to automate the post of a form which contains a file and other inputs. I didn't find it in the docs, neither in the list. I think it should look like : comline -form -post http://actionFormUrl "input1=filename" "input2=value" ... I tested it with success without the file input, but I don't know how to refer to the file. Thanks, Ulric