wtest / httpfox

Automatically exported from code.google.com/p/httpfox
GNU General Public License v2.0
0 stars 0 forks source link

"POST Data" tab does not show values encoded by multipart/form-data #140

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

0. Start httpfox

1. Post any data from HTML form with these options:
method="post" enctype="multipart/form-data"

2. Select the HTTP request and check "POST Data" tab

3. Unable to find any parsed information in "POST Data" tab.

What is the expected output? What do you see instead?

I expect "multipart/form-data" need to be supported similar to 
"application/x-www-form-urlencoded" encoding format.
For example only "multipart/form-data" can used to attach files.
So the feature do not need to show contents of files.
But it need to view simple parameters and values of HTML form.

What version of the product are you using? On what operating system?
httpfox 0.8.14, Firefox28, Windows XP

Original issue reported on code.google.com by p.fyodo...@gmail.com on 16 May 2014 at 10:03