6 responses to “JavaScript Tutorials: AJAX File Upload with Progress Indicator (Part 3/5)”
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?
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
6 responses to “JavaScript Tutorials: AJAX File Upload with Progress Indicator (Part 3/5)”
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?
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
awesome
Greate tut. Hope you make more video
thank you dude !
Amazing tutorial, but those typos, man … 😉 Great work!