[Webkit-unassigned] [Bug 44879] Setting form.enctype reflected attribute behaves strangely

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 19 00:37:34 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=44879





--- Comment #11 from Vineet Chaudhary (vineetc) <rgf748 at motorola.com>  2011-10-19 00:37:34 PST ---
(In reply to comment #10)
> Could you attach your test case, and provide more detail about the results you see? You certainly shouldn't be seeing that when doing a POST with multipart/form-data encoding.

I tested this behavior with help of http://w3schools.com/tags/tryit.asp?filename=tryhtml_form_enctype this link.

1) In opera browser fetch this link then edit the enctype="text/plain" to enctype="text" and also add method="post"
2) Then pressed "edit and click me" button. Insert "qwerty  asdf" in first text box and "123@@" in second or anything..
3) Before submit open Inspect Element -> Network in opera.
4) Then after submitting the form click form_action.asp in network menu, look for header it says Content-Type:application/x-www-form-urlencoded;

Content-Type: will only change to "text/plain" if it specify enctype="text/plain" correctly.
Sorry for this annoying procedure.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list