What version are you running?
2.5.0
What's the URL of the page containing the problem?
http://localhost:8080/fiesta/samplecontainer/samplecontainer.html
What steps will reproduce the problem?
1. Visit http://localhost:8080/fiesta/samplecontainer/samplecontainer.html
2. load Gadget samplecontainer/examples/ImageUploadGadget.xml for testing
3. Upload an image file
What is the expected output? What do you see instead?
Expected: request header "content-type" should with value like
- "multipart/form-data;boundary=------XXXX"
However, the "content-type" head property is set to
- "multipart/form-data,multipart/form-data; boundary=----XXXXX"
Duplicate multipart text in it. This will cause the upload fail.
What operating system are you using? What browser?
Window 7. IE/Firefox
Please provide any additional information below.