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

246
Views
Método no permitido (POST) error de php en mi nuevo código

Estoy tratando de hacer un visualizador de audio, pero cuando intento cargarlo en algún momento, el php se considera un método no permitido

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

Aquí está el punto donde está teniendo el 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!