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

205
Views
Unable to download excel file from server using javascript

I have created a servlet which displays all the files within a folder (present on server). The filenames displayed are all displayed in the form of links (using a href), so as to facilitate file download.

But when i click on the FileXYZ link, i want to download file, but unable to download. I am using:

function downloadfile(file){
var blob = new Blob(['\ufeff'], {type: 'application/vnd.ms-excel'});
window.navigator.msSaveOrOpenBlob(blob, fileName);
}

<a href="javascript:void(0);" onclick=downloadfile(file);>FileXYZ<a>

I think the 1st parameter ('\ufeff') of Blob object is not correct. What should that be ?

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!