Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

174
Vistas
How to use file:///in XMLHttpRequest

I've tried to open a file in my txt file using some js code but it does'nt seem to work, it says that i can only use http and https for that. The tutorial im watching is maybe too old that's why in it everything's working correctly. please solve my problem. Here's my code:

var fetchBtn = window.document.getElementById("fetchBtn");
var backupBtn = window.document.getElementById("backupBtn");

fetchBtn.onclick = function () {
    var x = new XMLHttpRequest();
    
    var file = "only.txt";
    x.open("GET", file, true);
    
    x.onload = function () {
        window.console.log(this.responseText);
    }
    
    x.send();
}
about 4 years ago · Santiago Trujillo
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda