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

240
Vistas
blob links are blocked

My js Code, My HTML File

Simple input field for file

const input= document.getElementById("file")

input.addEventListener("change",My)

 function My(e){

const file= e.target.files[0]

const blob= new Blob([file])

const url= URL.createObjectURL(blob)

console.log(url)

}

when I create a Blob Link then it is successfull created blob link and also show the blob link content( only current tab or current browser window) but problem occur when I use this blob link to incognito mode then it give error, Blob Link are blocked and also occur this problem when refresh the current browser window.

How to tackle this problem?

about 4 years ago · Juan Pablo Isaza
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