The com.oreilly.servlet.MultipartRequest class is order-of-magnitude easier to use than Jakarta fileupload:
Servlets.com | com.oreilly.servlet
You instantiate an object, then the uploaded file is on your disk at your server machine. The class is just like a vending machine for file upload. For commercial use, however, you have to buy author's book or books.