Re: POST method in ComLine

At 13:24 3/27/98 +0100, Linus.Walleij@ecs.ericsson.se wrote:

>Ehrm. I've seen a lot of questions in this list relating to the use of
>the POST
>command in the command line tool. Users claimed again and again it
>doesn't work. Why?

>w3c -form -post http://... RECORD=ID#COL1#COL2#COL3#COL4#COL4
>
>Note the use of hash signs (#) as separators. The bogus formdata option
>will interpret a comma (,) as field separator or something so it just
>won't
>work. Use the # instead.

Hmm, have you tried something like this

	w3c -form -post http://... "RECORD=ID" "COL1=a" "COL2=b" "COL3=c" "COL4=d"

Henrik

--
Henrik Frystyk Nielsen,
World Wide Web Consortium
http://www.w3.org/People/Frystyk

Received on Friday, 27 March 1998 18:43:51 UTC