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

399
Views
How to show uploading percentage of a file using Dropzone js?

i am using Dropzone js for file uploading. I want to display the uploading percentage with progress bar. I know the Dropzone js is not supporting to display the percentage by default. show i define the code for get the progress value and try to show in class .dropzone-progress-total. This class is not get anything yet. can anybody tell how can i get the percentage and display it?

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!