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

245
Views
uncompress.js no cargado en el navegador local. ¿Como arreglar?

Probé el código de uncompress.js. Pero no entiendo por qué los js necesitan cargar el formato y luego reactivar el botón. ¿Alguien puede simplificar el código para que pueda usarlo localmente sin blob, promesa o asíncrono? Solo necesito probar un archivo comprimido con el navegador.

 loadArchiveFormats(['rar', 'zip', 'tar'], function() { fileInput.onchange = function() { // Just return if there is no file selected if (fileInput.files.length === 0) { entryList.innerHTML = 'No file selected'; return; } // Get the selected file let file = fileInput.files[0]; let password = filePassword.value; // Open the file as an archive archiveOpenFile(file, password, function(archive, err) { if (archive) { console.info('Uncompressing ' + archive.archive_type + ' ...'); entryList.innerHTML = ''; onArchiveLoaded(archive); } else { entryList.innerHTML = '<span style="color: red">' + err + '</span>'; } }); }; fileInput.disabled = false;

}); '''

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!