Johannes Waldmann <[EMAIL PROTECTED]> writes:

> The environment then contains
>
> , ( "QUERY_STRING", "" ), ( "CONTENT_LENGTH", "1590" )
> , ( "CONTENT_TYPE"
>    , "multipart/form-data;
> boundary=---------------------------1409895718904..."
>    )
>
> Am I doing something wrong, HTML-wise (is it allowed to
> mix TYPE="file" input with other input elements in one
> FORM?) or is this a problem with the library?

Yes, it is allowed.  Looks like the library can't parse
multipart/form-data encoded content.  If it's indeed the
case, you lost. :-(
-- 
Feri.
_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to