Search code examples
javaservletsmultipart

What is a good open source alternative to orielly's MultipartRequest?


What is a good alternative open source library to orielly's MultipartRequest for handling uploaded files?


Solution

  • Apache Commons FileUpload has become the defacto standard for this now. It's pretty useful, has lots of options for handling larger uploads, and is used by Spring MVC as the backing implementation for this functionality.