I need this so I can submit a subset of form controls that contain non-ASCII text.
The solution with an iframe element won't work for me because it submits the entire form; I only want to submit a subset of the controls.
I know that I can build a multipart/form-data string myself, but it seems that this must have been done before...