This script will show the submitted multipart/form-data content.

It has been written to show this problem : "using an HTML page with charset=iso-8859-1 and form with accept-charset=iso-8859-1, euro sign (that I can enter using an Azerty keyboard with [Alt Gr] + E, in spite of the fact euro sign is not in the ISO-8859-1 set) in any form field corrupt beginning of sent multipart/form-data (in detail : first lines containing boundary and declaration of the first field are truncated)".

Maybe it depends of web browser or not, I don't know ! My own tests have been made using IE6 under Win2K Pro or XP Pro/Home.

So, to see if it the case for you, just do these four things :

1) Submit this form as it is (empty) or with anything except euro sign
RESULT : from my own test, multipart/form-data content is right.

2) Same as step 1, but checking the checkbox
RESULT : from my own test, multipart/form-data content is right.

3) Submit this form typing the euro sign in any field and checkbox unchecked
RESULT : from my own test, multipart/form-data content is truncated at the beginning.

4) Same as step 3, but checking the checkbox
RESULT : from my own test, multipart/form-data content is right.