A project I am working on requires binary image files and form data to be submitted simultaneously. This is rather easy to do with
Spring, following the directions available in the latest documentation to handle file uploads in a form. It does not mention there that you can mix form fields as well as file upload fields when doing this, but it works as expected.