- From: Andreas Frey <hilfesucher@gmx.de>
- Date: Thu, 18 Nov 2004 10:38:39 +0100
- To: www-validator@w3.org
Andreas Frey wrote:
> Could you please tell me why it
> does not work?
I think i found the error, after the last boundary we must close the REQUEST
with '--' !!!!
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> POST /css-validator/validator HTTP/1.0
> Host: jigsaw.w3.org
> Content-Type: multipart/form-data;
> boundary=accessibility_webEdition419c580188ee31100765185
> Content-Length: 466
>
> --accessibility_webEdition419c580188ee31100765185
> Content-Disposition: form-data; name="file"; filename="dummy.html"
> Content-Type: text/css
>
> .error{
> color: red;
> }
>
> .success{
> color: green;
> }
> --accessibility_webEdition419c580188ee31100765185
> Content-Disposition: form-data; name="usermedium"
>
> all
> --accessibility_webEdition419c580188ee31100765185
> Content-Disposition: form-data; name="submit"
>
> check
> --accessibility_webEdition419c580188ee31100765185
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>
>
>
>
Received on Thursday, 18 November 2004 09:39:14 UTC