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

393
Views
¿Cómo mostrar el porcentaje de carga de un archivo usando Dropzone js?

Estoy usando Dropzone js para cargar archivos. Quiero mostrar el porcentaje de carga con la barra de progreso. Sé que Dropzone js no admite mostrar el porcentaje de forma predeterminada. Muestre que defino el código para obtener el valor de progreso e intento mostrarlo en la clase .dropzone-progress-total . Esta clase no ha recibido nada todavía. ¿Alguien puede decir cómo puedo obtener el porcentaje y mostrarlo?

html

 <div class="dropzone-percentage"> <span class="dropzone-progress-total"></span> </div>

js

 // Update the total progress bar myDropzone.on("totaluploadprogress", function (progress) { $(this).find(id + " .progress-bar").css("width", progress + "%"); $(this).find(id + " .dropzone-progress-total").text(progress + "%"); // this line is not working });
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!