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

239
Views
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
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!