79288833

Date: 2024-12-17 17:25:34
Score: 0.5
Natty:
Report link

You have identified the filename, but not the content type. You need both:

form.append("image", buffer, { filename: "london.jpg", contentType: "image/jpg" });

See my answer here for further detail.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: afarah