Solutionunvalidated
You need to get the part and then read its input stream. — Try the following:. Outcome: for (Part part : request.getParts()) { if (part.getInputStream().available() > 0) {.
268036ce-9bf1-4cc2-a1f8-31c47ac2d7d1
You need to get the part and then read its input stream. — Try the following:. Outcome: for (Part part : request.getParts()) { if (part.getInputStream().available() > 0) {.