Tutorial on FileUpload in
...
Jetty6
In jetty 5Jetty5, MultiPartRequest was used for file uploading. In jetty6Jetty6, MultiPartRequest was changed to MultiPartFilter.
...
Simply modify the FileUpload servlet to your desired result. Simply bare bear in mind that the attribute name that you should get, should be the same as the file input item of the form.