JavaScript Tutorials: AJAX File Upload with Progress Indicator (Part 3/5)




Want more? Explore the library at https://www.codecourse.com/lessons

Official site
https://www.codecourse.com

Twitter


Original source


6 responses to “JavaScript Tutorials: AJAX File Upload with Progress Indicator (Part 3/5)”

  1. How do you make a progress bar each file? Letting each progress bar runs when the file with it is uploading? Because I tried making it, but only the last progress bar runs, and the rest stay idle. Any suggestions?

  2. Great video! Keep them coming!
    I noticed two typo's in the video you didn't recognize 🙂
    data.append('file[]',filesInput.files[i]); –> Notice the "s" in file.. you var is without.
    The other typo is you typed pecent, instead of percent.
    Hope you didn't blow your mind to find them

Leave a Reply