Bug 265082 - FORM submission empty with METHOD=GET and ENCTYPE="MULTIPART/FORM-DATA"
Summary: FORM submission empty with METHOD=GET and ENCTYPE="MULTIPART/FORM-DATA"
Status: RESOLVED DUPLICATE of bug 111585
Alias: None
Product: konqueror
Classification: Applications
Component: khtml forms (show other bugs)
Version: 4.4.4
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-01 12:16 UTC by Christopher Yeleighton
Modified: 2011-02-06 15:37 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Sample forms, with and without ENCTYPE (508 bytes, text/html)
2011-02-01 12:16 UTC, Christopher Yeleighton
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Yeleighton 2011-02-01 12:16:55 UTC
Created attachment 56737 [details]
Sample forms, with and without ENCTYPE

Version:           4.4.4 (using KDE 4.4.4) 
OS:                Linux

Konqueror does not submit form data when METHOD=GET and ENCTYPE="MULTIPART/FORM-DATA", although ENCTYPE should not affect METHOD=GET (see 17.13.3).

Reproducible: Always

Steps to Reproduce:
  1. Tell Konqueror to submit a form 
     with METHOD=GET and ENCTYPE="MULTIPART/FORM-DATA" 
     and at least one successful control.

Actual Results:  
  1. Konqueror should retrieve the resource specified by 17.13.3.

Expected Results:  
  1. Konqueror retrieves the ACTION without a query string.

OS: Linux (x86_64) release 2.6.34.7-0.7-desktop
Compiler: gcc

Workaround: remove ENCTYPE.
Comment 1 Maksim Orlovich 2011-02-06 15:37:04 UTC
Fixed in >= 4.5.0

*** This bug has been marked as a duplicate of bug 111585 ***