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

247
Views
Method not allowed (POST) php error on my new code

I am trying to make an audio visualizer, but when i try to load it at some point, the php is considered as an not allowed method

POST http://127.0.0.1:5500/php/index.php 405 (Method Not Allowed)

Here is the point where its having the error:

async function uploadFile() {
  if (realFileBtn.value) {
    customTxt.innerHTML = realFileBtn.value.match(
      /[\/\\]([\w\d\s\.\-\(\)]+)$/
    )[1];
  } else {
    customTxt.innerHTML = "No file chosen, yet.";
  }
  let formData = new FormData();           
  formData.append("file", fileupload.files[0]);
  await fetch('php/index.php', {
    method: "POST", 
    body: formData
  });    
  alert('The file has been uploaded successfully.');
}
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!