https://bugzilla.wikimedia.org/show_bug.cgi?id=26469

Neil Kandalgaonkar <ne...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Neil Kandalgaonkar <ne...@wikimedia.org> 2010-12-28 
21:06:44 UTC ---
Main problem was that IE was not submitting form in proper encoding
(multipart/form-data) for a form containing a file. The file parameter was
omitted and the remaining parameters submitted in urlencoded style.

Partially fixed in r78642, by setting enctype of form to encType. IE8 is
persnickety about attribute case, even though there is no such "T" in the W3C
standard.

Fixed for IE6-8 in r79133, by moving attributes to be created along with form
-- apparently IE does not like modifying enctype after the fact.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to