79530452

Date: 2025-03-24 07:56:16
Score: 0.5
Natty:
Report link

If the filename is not in the content dispostion of the file part some HTTP or REST servers don't recognize the multipart file uplaod correctly. Add the part like this:

upload.addFormData("source", source, new MediaType("application", "pdf"), "test.pdf");
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: TomWolk