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

149
Views
Send binary audio file as POSTMAN binary request

I would like to send audio file the same way POSTMAN binary request does it: When I use postman to send audio file to my server, it returns a good response...

Postman request

But when I tried to send it from my mobile app with the same audio file, I don't have any response... Here is my code:

  const requestOptions = {
        method: 'PUT',
        headers: myHeaders,
        body: "file:///"
      };

      fetch("http://...", requestOptions)
        .then(response => response.json())
        .then(result => console.log(result))
        .catch(error => console.log('error', error));  

I really need your help... I'm on this since several days...

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!