Bug 265082

Summary: FORM submission empty with METHOD=GET and ENCTYPE="MULTIPART/FORM-DATA"
Product: [Applications] konqueror Reporter: Christopher Yeleighton <giecrilj>
Component: khtml formsAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 4.4.4   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Sample forms, with and without ENCTYPE

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 ***