30 Nov
2004
30 Nov
'04
10:27 a.m.
Johannes Waldmann <waldmann@imn.htwk-leipzig.de> 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.