<snip>
> Can anybody points out what I do wrong?
Yes. (see below)
<snip>
> POST /bleu.php HTTP/1.0
> Content-type: multipart/form-data;
> boundary=---------------------------7d025817e60
> Connection: keep-alive
> Accept: */*
> Referer: http://localhost/test.html
> Accept-Language: fr-be,en;q=0.5
> User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 95)
> Host: localhost
> Pragma: no-cache
> Content-Lenght: 141
^^^^^^
Should be: "Content-Length:" ("...th", not "...ht")
>
> -----------------------------7d025817e60
> content-disposition: form-data; name="target"
>
> tagada
> -----------------------------7d025817e60--
^^
I assume this was a typo? That's actually where the CRLF was, right?
Other than the above, it looks okay to me.
"Fish" (David B. Trout)
[EMAIL PROTECTED]
ICQ# 25302291