Has anyone thought about patching multipart to work with
ServletFileUpload (
http://commons.apache.org/fileupload/apidocs/org/
apache/commons/fileupload/servlet/ServletFileUpload.html) instead of
just FileUpload? Are there problems with dependencies there?
Google App Engine has documentation on how to do this, it seems like a
pretty straightforward change:
http://code.google.com/appengine/kb/java.html#fileforms
(Note that this would also make it work on App Engine with no further
changes. I was thinking about making the change myself, but I'm not
sure about how to keep the API stable.)