Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

125
Views
JS fs.createReadStream resize image before formData.append

I would like to resize and transform an image before adding to formData. I just tested a lot with e.g. the sharp library but I can't find a solution.

Some code:

formData.append('attachment', fs.createReadStream('sky.jpeg')); //This works fine

The formData accepts only JPEG, so if the user choose a png it should be transformed.

I tried this:

const trans = await sharp('png.png')
      .resize(1024)
      .toFormat("jpeg", { mozjpeg: true })

But the output is not be able to add to formData e.g.

formData.append('attachment', trans);
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!