Description
Firefox has a strange problem when used with a form that is set to multipart/form-data and submitted via AJAX. It seems like it's still waiting for the response to finish even after the AJAX response has terminated.
You can see this issue in the example here: http://www.wicket-library.com/wicket-examples-6.0.x/ajax/upload?0.
The upload works fine but after it has completed Firefox displays the "Stop" button instad of "Reload". Moreover, if you try to upload a file bigger then the limit (1 M), the upload bar enters into a loop where it continues to read the upload status.
Everything works fine with Chrome.