| View previous topic :: View next topic |
| Author |
Message |
ovigo22
Joined: 15 May 2006 Posts: 130
|
| Yes but at least you would have some insight instead of relying on simply an imaginary contract for what to deal with |
| |
|
|
|
|
PaulKolin
Joined: 25 May 2006 Posts: 108
|
| jomanda, we still have not seen any test case... |
| |
|
|
jomanda
Joined: 19 May 2006 Posts: 70 Location: Germany
|
| I tried <form enctype="...">, but it does not work |
| |
|
|
ovigo22
Joined: 15 May 2006 Posts: 130
|
jomanda, enctype isn't for the encoding, but for the post data format
I.e. application/x-form-urlencoded vs. whatever else
You have to specify a non-default for say, file uploads |
| |
|
|
jomanda
Joined: 19 May 2006 Posts: 70 Location: Germany
|
| Any idea how to enforce encoding for post, then? |
| |
|
|
ovigo22
Joined: 15 May 2006 Posts: 130
|
jomanda,http://www.w3schools.com/tags/tag_form.asp
accept= and perhaps accept-charset= .. I don't know for sure, as I've never had to deal with it. |
| |
|
|
jomanda
Joined: 19 May 2006 Posts: 70 Location: Germany
|
Cyberea, yeah.. at first reading i misunderstood them and i thought they are for browser, not server  |
| |
|
|
|